]> git.sur5r.net Git - cc65/blobdiff - src/cc65/preproc.c
Added the io module
[cc65] / src / cc65 / preproc.c
index 115d57beb9be06d4ffd36ca40e4f648f72194c36..321b3b1756082756b40c2e65e69088bcf1deeb70 100644 (file)
@@ -753,7 +753,7 @@ enum {
     PP_LINE,
     PP_PRAGMA,
     PP_UNDEF,
-    PP_ILLEGAL,
+    PP_ILLEGAL
 };
 
 static const struct tok_elt pre_toks[] = {