texlive[71498] Build/source/texk/web2c/hitexdir/hitex.w: [HiTeX] Use
commits+ascherer at tug.org
commits+ascherer at tug.org
Wed Jun 12 10:40:26 CEST 2024
Revision: 71498
https://tug.org/svn/texlive?view=revision&revision=71498
Author: ascherer
Date: 2024-06-12 10:40:26 +0200 (Wed, 12 Jun 2024)
Log Message:
-----------
[HiTeX] Use unsigned type for unsigned values.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/hitexdir/hitex.w
Modified: trunk/Build/source/texk/web2c/hitexdir/hitex.w
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hitex.w 2024-06-12 08:40:24 UTC (rev 71497)
+++ trunk/Build/source/texk/web2c/hitexdir/hitex.w 2024-06-12 08:40:26 UTC (rev 71498)
@@ -2271,7 +2271,7 @@
@<Types...@>=
typedef int scaled; /*this type is used for scaled integers*/
-typedef int32_t nonnegative_integer; /*$0\le x<2^{31}$*/
+typedef uint32_t nonnegative_integer; /*$0\le x<2^{31}$*/
typedef int8_t small_number; /*this type is self-explanatory*/
@ The following function is used to create a scaled integer from a given decimal
More information about the tex-live-commits
mailing list.