mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
acb1e0d8b5
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
12 lines
396 B
Diff
12 lines
396 B
Diff
diff -up jam-2.6.1/scan.h.fix-typo jam-2.6.1/scan.h
|
|
--- jam-2.6.1/scan.h.fix-typo 2024-09-23 10:57:24.703594933 -0400
|
|
+++ jam-2.6.1/scan.h 2024-09-23 10:57:34.888762530 -0400
|
|
@@ -50,7 +50,7 @@ int yyline();
|
|
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 } */
|