removed inline. Use INLINE in firm code
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 18 Nov 2005 15:11:03 +0000 (15:11 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 18 Nov 2005 15:11:03 +0000 (15:11 +0000)
[r6957]

win32/config.h

index 36d294c..65e073c 100644 (file)
 /* 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
+#define INLINE __inline
 #else
 #define INLINE
 #endif