mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix implicit declaration of yyparse()
This was causing compilation errors, as yyparse() hadn’t been defined in lexer.l.
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
#include "parser.h"
|
||||
|
||||
extern int yyparse();
|
||||
|
||||
/* File include stack. */
|
||||
|
||||
#define MAX_INCLUDE_DEPTH 8
|
||||
|
||||
Reference in New Issue
Block a user