mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtSearch: Resolve implicit-function-declaration warnings
This commit is contained in:
parent
75c377065a
commit
ef31500c04
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
||||||
*/
|
*/
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "boolpars.h"
|
#include "boolpars.h"
|
||||||
|
|
||||||
|
int yylex(void);
|
||||||
|
void yyerror(char *);
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%union {
|
%union {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue