diff options
Diffstat (limited to 'contrib/seg/segscan.l')
-rw-r--r-- | contrib/seg/segscan.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seg/segscan.l b/contrib/seg/segscan.l index 95139f46318..a3e685488a8 100644 --- a/contrib/seg/segscan.l +++ b/contrib/seg/segscan.l @@ -60,7 +60,7 @@ float ({integer}|{real})([eE]{integer})? %% void __attribute__((noreturn)) -yyerror(const char *message) +yyerror(SEG *result, const char *message) { if (*yytext == YY_END_OF_BUFFER_CHAR) { |