- check if inline was already defined to prevent warning
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Oct 2008 18:20:12 +0000 (18:20 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Oct 2008 18:20:12 +0000 (18:20 +0000)
[r22923]

win32/config.h

index d1c6b89..963d3d7 100644 (file)
@@ -97,7 +97,9 @@
 /* Define the right const token */
 /* #undef const */
 
+#ifndef inline
 #define inline __inline
+#endif
 
 /* map some non-POSIX names for Win32 */
 #define snprintf    _snprintf