Add arg's to function pointer typedefs and prototypes

This commit is contained in:
Andrew Johnson
2023-12-24 17:58:27 +00:00
parent 1835187a86
commit 2f730b8e9f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
%{
static int yyerror();
static int yyerror(char *str);
static int yy_start;
static long pvt_yy_parse(void);
static int yyFailed = 0;