]> git.sur5r.net Git - cc65/blobdiff - src/cc65/scanner.h
Changed TgtTranslateBuf
[cc65] / src / cc65 / scanner.h
index 55c37de5cd5ff24dd9543630b8863d84dab409da..216c007c93bd768af87b62ec2e6aa9f678b12f4b 100644 (file)
@@ -187,7 +187,7 @@ int IsSym (char* s);
 void NextToken (void);
 /* Get next token from input stream */
 
-void Consume (token_t Token, unsigned ErrNum);
+void Consume (token_t Token, const char* ErrorMsg);
 /* Eat token if it is the next in the input stream, otherwise print an error
  * message.
  */