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/magicpoint/files/magicpoint-1.13a_p20121015-...

12 lines
305 B

--- a/grammar.y
+++ b/grammar.y
@@ -73,7 +73,7 @@ static struct qual qerr = { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF };
int n_errors = 0;
struct ctrl *root;
char *yyfilename;
-int yylineno;
+extern int yylineno;
#ifdef HAVE_STDARG_H
/* GCC complains if we declare this function in traditional style */