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:
Antonio Niño Díaz
2017-04-10 19:51:28 +01:00

View File

@@ -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