diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2024-06-12 08:40:30 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2024-06-12 08:40:30 +0000 |
commit | 16b87915991b89420c4daacbf42e2e30137f0f9a (patch) | |
tree | 1158b3e2b5366846e35442db68d641e4c4bd6607 /Build | |
parent | c9186561b6691711d8b6aba6f721a304eea6fb31 (diff) |
[HiTeX] Consistently format 'sizeof' operator.
git-svn-id: svn://tug.org/texlive/trunk@71500 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/hitexdir/hitex.w | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hitex.w b/Build/source/texk/web2c/hitexdir/hitex.w index d294b9911c7..f10bbbe64c1 100644 --- a/Build/source/texk/web2c/hitexdir/hitex.w +++ b/Build/source/texk/web2c/hitexdir/hitex.w @@ -1498,6 +1498,8 @@ for terminal output, and it is possible to adhere to those conventions by changing |wterm|, |wterm_ln|, and |wterm_cr| in this section. @^system dependencies@> +@s sizeof x + @<Basic printing procedures@>= #define @[put(F)@] @[fwrite(&((F).d),sizeof((F).d),1,(F).f)@] #define @[get(F)@] @[fread(&((F).d),sizeof((F).d),1,(F).f)@] |