Prototypes and header cleanups for parser.
This commit is contained in:
parent
adb1c82e7c
commit
2f42a60849
|
@ -1,10 +1,11 @@
|
|||
%{
|
||||
#include "Type.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#define YYERROR_VERBOSE
|
||||
|
||||
extern void emit(const char *, ...);
|
||||
extern void yyerror(const char *);
|
||||
extern int yylex();
|
||||
%}
|
||||
|
||||
%union {
|
||||
|
|
Reference in New Issue
Block a user