Use fputc() instead of fputs() to print a single char.
[cparser] / tokens_preprocessor.inc
index 33d66cd..030c382 100644 (file)
@@ -33,6 +33,8 @@ S(pragma)
 
 S(defined)
 T(_ALL, va_args, "__VA_ARGS__",)
+T(_MS, __COUNTER__, "__COUNTER__",)
+T(_MS, __TIMESTAMP__, "__TIMESTAMP__",)
 
 S(STDC)
 S(ON)