You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
274 B
Diff
12 lines
274 B
Diff
--- scan.h.orig 2023-01-15 00:19:42
|
|
+++ scan.h 2023-01-15 00:19:48
|
|
@@ -50,7 +50,7 @@
|
|
int yylex();
|
|
int yyparse();
|
|
const char *yyfname();
|
|
-int yylineo();
|
|
+int yylineno();
|
|
|
|
# define SCAN_NORMAL 0 /* normal parsing */
|
|
# define SCAN_STRING 1 /* look only for matching } */
|