typo
[libfirm] / win32 / config.h
index bf78a70..508e6aa 100644 (file)
@@ -18,8 +18,8 @@
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */
 
-/* Define to value "inline" for gcc inlineing. */
-/* #undef USE_GCC_INLINE */
+/* Remove to disable inlining */
+#define USE_INLINING 1
 
 /* Define to 1 if you have the <alloca.h> header file. */
 /* #undef HAVE_ALLOCA_H */
    first (like Motorola and SPARC, unlike Intel and VAX). */
 /* #undef WORDS_BIGENDIAN */
 
-#define INLINE __inline
+/* Define to 1 if Firm statistics are activated */
+/* #undef FIRM_STATISTICS */
+
+/* Define the right volatile token */
+/* #undef volatile */
+
+/* Define the right inline token */
+#define inline __inline
+
+/* Define the right const token */
+/* #undef const */
+
+#ifdef USE_INLINING
+#define INLINE inline
+#else
+#define INLINE
+#endif
 
 #define snprintf    _snprintf
 #define strcasecmp  stricmp