mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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"
|
#include "parser.h"
|
||||||
|
|
||||||
|
extern int yyparse();
|
||||||
|
|
||||||
/* File include stack. */
|
/* File include stack. */
|
||||||
|
|
||||||
#define MAX_INCLUDE_DEPTH 8
|
#define MAX_INCLUDE_DEPTH 8
|
||||||
|
|||||||
Reference in New Issue
Block a user