1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-14 20:22:21 +00:00

libDtSearch: Resolve implicit-function-declaration warnings

This commit is contained in:
Peter Howkins 2022-02-07 03:51:42 +00:00
parent 75c377065a
commit ef31500c04

View file

@ -41,6 +41,10 @@
*/
#include <stddef.h>
#include "boolpars.h"
int yylex(void);
void yyerror(char *);
%}
%union {