keep_alive_barrier operand used wrong block; schedule keep behind phi sequences
[libfirm] / ir / libcore / lc_common_t.h
index 065cf57..0c910b1 100644 (file)
 
 #define bcopy(src,dest,n) memcpy(dest,src,n)
 
-#include <libcore/lc_config.h>
+#include "lc_config.h"
 
 #define FUNCNAME     LC_FUNCNAME
 #define UNUSED(x)    LC_UNUSED(x)
 #define LONGLONG     long /* LC_LONGLONG */
-#define LONGDOUBLE      double /* LC_LONGDOUBLE */
-
-#ifdef LC_HAVE_C99
-#define HAVE_C99     LC_HAVE_C99
-#else /* LC_HAVE_C99 */
+#define LONGDOUBLE   double /* LC_LONGDOUBLE */
 
 #ifdef _WIN32
 /* Windows names for non-POSIX calls */
 #define vsnprintf _vsnprintf
 #endif /* WIN32 */
 
-/* These both are not posix or ansi c but almost everywhere existent */
-
-/* Daniel: Why not just include stdio.h?
-extern int snprintf(char *buf, size_t size, const char *fmt, ...);
-extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
-*/
-
-#endif /* LC_HAVE_C99 */
-
 #endif /* _COMMON_T_H */