summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorormorph <[email protected]>2024-07-16 16:50:34 +0300
committerMichele Calgaro <[email protected]>2024-07-17 14:25:23 +0900
commit7f3c0748d4c8d3c601a3ff1c6913e6fc6ea4cfcd (patch)
tree643e4ff20ac69c9fb1b6ed06f632f1abfcf2a669
parentc3d189b3298cffcc9436a93f7dba5fa37a213272 (diff)
downloadsip4-tqt-7f3c0748d4c8d3c601a3ff1c6913e6fc6ea4cfcd.tar.gz
sip4-tqt-7f3c0748d4c8d3c601a3ff1c6913e6fc6ea4cfcd.zip
Added prototype of yylex() function
Required for building with the new gcc-14 Signed-off-by: ormorph <[email protected]> (cherry picked from commit dc7ba7a6d7019e4cd4fc2f33fbee4ec53ff8420a)
-rw-r--r--sipgen/parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/sipgen/parser.y b/sipgen/parser.y
index 2ed1b4e..05a12c1 100644
--- a/sipgen/parser.y
+++ b/sipgen/parser.y
@@ -24,6 +24,7 @@
#include "sip.h"
void yyerror(char* s);
+int yylex();
#define MAX_NESTED_IF 10
#define MAX_NESTED_SCOPE 10