summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/hitexdir/hiparser.h
diff options
context:
space:
mode:
authorMartin Ruckert <martin.ruckert@hm.edu>2022-01-13 15:49:43 +0000
committerMartin Ruckert <martin.ruckert@hm.edu>2022-01-13 15:49:43 +0000
commit755cccc747cfc4d674898392d645d05644aa2c8a (patch)
treeb30464f7e6883e635d8d3b16dba92b10120c9404 /Build/source/texk/web2c/hitexdir/hiparser.h
parenta05e0200d24864ae62151135bcd27d999161f6e5 (diff)
eliminated the use of the _t suffix in type names
cleaned up the dependency on hiformat-tangle and hitex-tangle moved the $(EXEEXT) to the prerequisites of hitables.c git-svn-id: svn://tug.org/texlive/trunk@61595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/hitexdir/hiparser.h')
-rw-r--r--Build/source/texk/web2c/hitexdir/hiparser.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hiparser.h b/Build/source/texk/web2c/hitexdir/hiparser.h
index 4ab634ab407..db09c4e2042 100644
--- a/Build/source/texk/web2c/hitexdir/hiparser.h
+++ b/Build/source/texk/web2c/hitexdir/hiparser.h
@@ -147,12 +147,12 @@ union YYSTYPE
{
#line 79 "parser.y"
- #line 10339 "format.w"
- uint32_t u; int32_t i; char *s; float64_t f; glyph_t c;
- dimen_t d;stretch_t st;xdimen_t xd;kern_t kt;
- rule_t r;glue_t g;image_t x;
- list_t l;box_t h;disc_t dc;lig_t lg;
- ref_t rf;info_t info;order_t o;bool b;
+ #line 10343 "format.w"
+ uint32_t u; int32_t i; char *s; float64_t f; Glyph c;
+ Dimen d;Stretch st;Xdimen xd;Kern kt;
+ Rule r;Glue g;Image x;
+ List l;Box h;Disc dc;Lig lg;
+ Ref rf;Info info;Order o;bool b;
#line 159 "hiparser.h"