X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/966a34507f7bc274931edb5b84346f5e36e042fb..3e7f5d09a6edd10098b5de6b4f11e49cc2845b43:/src/tclx/src/tclxgdat.y diff --git a/src/tclx/src/tclxgdat.y b/src/tclx/src/tclxgdat.y index e29d7ea..93b1610 100644 --- a/src/tclx/src/tclxgdat.y +++ b/src/tclx/src/tclxgdat.y @@ -580,8 +580,8 @@ Tcl_GetDate (p, now, zone) * Error message are not used, so discard with dummy function. */ -void +int yyerror(msg) - char *msg; + const char *msg; { }