summaryrefslogtreecommitdiff
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, 0 insertions, 11 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
deleted file mode 100644
index 9dcb46f25f83..000000000000
--- a/app-office/sc/files/sc-7.16-lex-syntax.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;