mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 12:21:42 +00:00
Improve error messages.
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ extern void opt_Push(void);
|
||||
extern void opt_Pop(void);
|
||||
extern void opt_Parse(char *s);
|
||||
|
||||
void fatalerror(char *s);
|
||||
void yyerror(char *s);
|
||||
void fatalerror(const char *fmt, ...);
|
||||
void yyerror(const char *fmt, ...);
|
||||
|
||||
extern char temptext[1024];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user