X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/81583a602d526bf267d2426f84615e512567b29a..64026b2057cc20136ebfb3d3aaf3fccd81e8b640:/src/tclx/src/tclxgdat.y diff --git a/src/tclx/src/tclxgdat.y b/src/tclx/src/tclxgdat.y index 93b1610..aea9f3d 100644 --- a/src/tclx/src/tclxgdat.y +++ b/src/tclx/src/tclxgdat.y @@ -58,6 +58,9 @@ #define DAYLIGHT 1 #define STANDARD 2 #define MAYBE 3 + +int yylex(void); +void yyerror(const char *); %} %% @@ -229,6 +232,7 @@ time_t daylcorr(future, now) time_t future, now; static char *lptr; //static +int yylex() { #ifndef YYSTYPE @@ -580,7 +584,7 @@ Tcl_GetDate (p, now, zone) * Error message are not used, so discard with dummy function. */ -int +void yyerror(msg) const char *msg; {