You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/sc/files/sc-7.16-lex-syntax.patch

12 lines
207 B

--- 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;