libcsa: Resolve all strict-prototype warnings

This commit is contained in:
Peter Howkins
2020-08-01 22:45:55 +01:00
parent ce4fad4c5a
commit f4eb62fa69
12 changed files with 21 additions and 29 deletions

View File

@@ -19,7 +19,7 @@
/* The parsed rule is stored in this structure */
RepeatEvent *_DtCm_repeat_info;
extern int yylex();
extern int yylex(void);
extern void yyerror(char*);
static int CompareNums(const void *, const void *);