Remove dead assignment and the stale assert, which checked for the dead value, with it.
[cparser] / win32 / config.h.win32
index 7349d0f..cca7b3c 100644 (file)
@@ -18,6 +18,7 @@
  * 02111-1307, USA.
  */
 
-#define INLINE inline
 #define __attribute__(x)
-#define snprintf _snprintf
+#define snprintf         _snprintf
+#define vsnprintf        _vsnprintf
+#define strcasecmp(x, y) _stricmp(x, y)