mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
12 lines
253 B
Text
12 lines
253 B
Text
--- cc/cxxcom/scan.l.orig 2014-08-18 11:27:34 UTC
|
|
+++ cc/cxxcom/scan.l
|
|
@@ -220,7 +220,8 @@ L?\"(\\.|[^\\"])*\" { yylval.strp = yytext; return C_S
|
|
|
|
%%
|
|
|
|
-int lineno, issyshdr;
|
|
+extern int lineno;
|
|
+int issyshdr;
|
|
char *ftitle = "<stdin>";
|
|
|
|
static int
|