summaryrefslogtreecommitdiff
path: root/app-office/magicpoint/files/magicpoint-1.13a_p20121015-fno-common.patch
blob: 1dcf1fb535cf6faa6e90743677ae926265397777 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 */