1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 11:36:31 +00:00

fix warning: a function declaration without a prototype is deprecated in all versions of C

This commit is contained in:
Nick Briggs 2022-12-13 13:14:15 -08:00
parent 14c5f9245e
commit e03782c6b6

View File

@ -214,7 +214,7 @@ int yychar; /* current input token number */
/*
** yyparse - return 0 if worked, 1 if syntax error not recovered from
*/
int yyparse() {
int yyparse(void) {
YYSTYPE *yypvt; /* top of value stack for $vars */
/*