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:
parent
14c5f9245e
commit
e03782c6b6
@ -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 */
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user