]> git.sur5r.net Git - cc65/blobdiff - src/ca65/nexttok.h
Move more stuff from scanner.c into the new module token.c.
[cc65] / src / ca65 / nexttok.h
index 17ea9a32ee6ecb6d3a4ddfaab84862a569abcc0e..164c8c6b716b5d9d92ad3ad3b2a62ace444e6d8c 100644 (file)
@@ -6,8 +6,8 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000-2004 Ullrich von Bassewitz                                       */
-/*               Römerstraße 52                                              */
+/* (C) 2000-2007 Ullrich von Bassewitz                                       */
+/*               Roemerstrasse 52                                            */
 /*               D-70794 Filderstadt                                         */
 /* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
@@ -51,7 +51,7 @@
 void NextTok (void);
 /* Get next token and handle token level functions */
 
-void Consume (enum Token Expected, const char* ErrMsg);
+void Consume (Token Expected, const char* ErrMsg);
 /* Consume Token, print an error if we don't find it */
 
 void ConsumeSep (void);