summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorMartin Ruckert <martin.ruckert@hm.edu>2021-09-27 15:58:48 +0000
committerMartin Ruckert <martin.ruckert@hm.edu>2021-09-27 15:58:48 +0000
commit4691a89d14b89318ac99149c88b549498541acc5 (patch)
treea145fe6df2fc7259b7ad6b7145f28f70655b8a00 /Build
parente3e209d3909281914f399cecd1a54e77e986353a (diff)
changing hishrink-parser.h to parser.h
git-svn-id: svn://tug.org/texlive/trunk@60628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/hitexdir/format.w4
-rw-r--r--Build/source/texk/web2c/hitexdir/lexer.c2
-rw-r--r--Build/source/texk/web2c/hitexdir/lexer.l2
3 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/hitexdir/format.w b/Build/source/texk/web2c/hitexdir/format.w
index 1a9f6f54a25..287584f9e63 100644
--- a/Build/source/texk/web2c/hitexdir/format.w
+++ b/Build/source/texk/web2c/hitexdir/format.w
@@ -10179,7 +10179,7 @@ The definitions for lex are collected in the file {\tt shrink.l}
#include "hput.h"
@<enable bison debugging@>@;
-#include "hishrink-parser.h"
+#include "parser.h"
@<scanning macros@>@;@+
@<scanning functions@>@;
@@ -10274,7 +10274,7 @@ extern int yylex(void);
#include "error.h"
#include "hformat.h"
#include "hput.h"
-#include "hishrink-parser.h"
+#include "parser.h"
extern void yyset_debug(int lex_debug);
extern int yylineno;
diff --git a/Build/source/texk/web2c/hitexdir/lexer.c b/Build/source/texk/web2c/hitexdir/lexer.c
index 22a3f4fa4d9..fa545693833 100644
--- a/Build/source/texk/web2c/hitexdir/lexer.c
+++ b/Build/source/texk/web2c/hitexdir/lexer.c
@@ -866,7 +866,7 @@ extern int yydebug;
#define YYDEBUG 0
#endif
/*:423*/
-#include "hishrink-parser.h"
+#include "parser.h"
/*22:*/
#define SCAN_UDEC(S) yylval.u= strtoul(S,NULL,10)
diff --git a/Build/source/texk/web2c/hitexdir/lexer.l b/Build/source/texk/web2c/hitexdir/lexer.l
index 951afd8992b..048b28c5e95 100644
--- a/Build/source/texk/web2c/hitexdir/lexer.l
+++ b/Build/source/texk/web2c/hitexdir/lexer.l
@@ -14,7 +14,7 @@ extern int yydebug;
#define YYDEBUG 0
#endif
/*:423*/
-#include "hishrink-parser.h"
+#include "parser.h"
/*22:*/
#define SCAN_UDEC(S) yylval.u= strtoul(S,NULL,10)