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:
parent
ef31500c04
commit
ec4320fd8b
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
|
||||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue