summaryrefslogtreecommitdiff
path: root/lang/pcc/files/patch-cc_ccom_scan.l
blob: bdf4f218930166bcbfd334f502d799190d665c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- cc/ccom/scan.l.orig	2014-10-12 17:39:26 UTC
+++ cc/ccom/scan.l
@@ -236,7 +236,8 @@ L?\"(\\.|[^\\"])*\"	{ yylval.strp = yytext; return C_S
 
 %%
 
-int lineno, issyshdr;
+extern int lineno;
+int issyshdr;
 char *ftitle = "<stdin>";
 
 int