texlive[60628] Build/source/texk/web2c/hitexdir: changing

commits+mruckert at tug.org commits+mruckert at tug.org
Mon Sep 27 17:58:48 CEST 2021


Revision: 60628
          http://tug.org/svn/texlive?view=revision&revision=60628
Author:   mruckert
Date:     2021-09-27 17:58:48 +0200 (Mon, 27 Sep 2021)
Log Message:
-----------
changing hishrink-parser.h to parser.h

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/format.w
    trunk/Build/source/texk/web2c/hitexdir/lexer.c
    trunk/Build/source/texk/web2c/hitexdir/lexer.l

Modified: trunk/Build/source/texk/web2c/hitexdir/format.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/format.w	2021-09-27 15:47:11 UTC (rev 60627)
+++ trunk/Build/source/texk/web2c/hitexdir/format.w	2021-09-27 15:58:48 UTC (rev 60628)
@@ -10179,7 +10179,7 @@
 #include "hput.h"
 
 @<enable bison debugging@>@;
-#include "hishrink-parser.h"
+#include "parser.h"
 
 @<scanning macros@>@;@+
 @<scanning functions@>@;
@@ -10274,7 +10274,7 @@
 #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;

Modified: trunk/Build/source/texk/web2c/hitexdir/lexer.c
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/lexer.c	2021-09-27 15:47:11 UTC (rev 60627)
+++ trunk/Build/source/texk/web2c/hitexdir/lexer.c	2021-09-27 15:58:48 UTC (rev 60628)
@@ -866,7 +866,7 @@
 #define YYDEBUG 0
 #endif
 	/*:423*/
-#include "hishrink-parser.h"
+#include "parser.h"
 
 	/*22:*/
 #define SCAN_UDEC(S) yylval.u= strtoul(S,NULL,10)

Modified: trunk/Build/source/texk/web2c/hitexdir/lexer.l
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/lexer.l	2021-09-27 15:47:11 UTC (rev 60627)
+++ trunk/Build/source/texk/web2c/hitexdir/lexer.l	2021-09-27 15:58:48 UTC (rev 60628)
@@ -14,7 +14,7 @@
 #define YYDEBUG 0
 #endif
 		/*:423*/
-#include "hishrink-parser.h"
+#include "parser.h"
 
 		/*22:*/
 #define SCAN_UDEC(S) yylval.u= strtoul(S,NULL,10)



More information about the tex-live-commits mailing list.