summaryrefslogtreecommitdiff
path: root/app-office/sc/files/sc-7.16-lex-syntax.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/sc/files/sc-7.16-lex-syntax.patch')
-rw-r--r--app-office/sc/files/sc-7.16-lex-syntax.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/sc/files/sc-7.16-lex-syntax.patch b/app-office/sc/files/sc-7.16-lex-syntax.patch
new file mode 100644
index 000000000000..9dcb46f25f83
--- /dev/null
+++ b/app-office/sc/files/sc-7.16-lex-syntax.patch
@@ -0,0 +1,11 @@
+--- a/lex.c
++++ b/lex.c
+@@ -107,7 +107,7 @@
+ yylex()
+ {
+ char *p = line + linelim;
+- int ret;
++ int ret = 0;
+ static int isfunc = 0;
+ static bool isgoto = 0;
+ static bool colstate = 0;