1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtappbuilder: Resolve implicit-function-declaration warnings

This commit is contained in:
Peter Howkins 2022-02-07 03:56:13 +00:00
parent ef31500c04
commit ec4320fd8b

View file

@ -25,6 +25,9 @@
#define TOK (bilP_load_get_token()) #define TOK (bilP_load_get_token())
int yylex(void);
void yyerror(char *);
%} %}
/* /*
* We assume that yacc spits out the symbols in the order they are * We assume that yacc spits out the symbols in the order they are