Added prototype of yylex() function

Required for building with the new gcc-14

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit dc7ba7a6d7)
r14.1.x
ormorph 1 year ago committed by Michele Calgaro
parent c3d189b329
commit 7f3c0748d4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -24,6 +24,7 @@
#include "sip.h" #include "sip.h"
void yyerror(char* s); void yyerror(char* s);
int yylex();
#define MAX_NESTED_IF 10 #define MAX_NESTED_IF 10
#define MAX_NESTED_SCOPE 10 #define MAX_NESTED_SCOPE 10

Loading…
Cancel
Save