mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Merge pull request #168 from Ben10do/fix-implicit-yyparse
Fix implicit declaration of yyparse() Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
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