Added prototype of yylex() function

Required for building with the new gcc-14

Signed-off-by: ormorph <roma251078@mail.ru>
master
ormorph 2 months ago
parent 431aa14fbe
commit dc7ba7a6d7
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

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

Loading…
Cancel
Save