bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

extra_integer associated type: long or int?


From: Patrice Dumas
Subject: extra_integer associated type: long or int?
Date: Fri, 24 Nov 2023 22:07:30 +0100

Hello,

The extra_integer associated type is used for extra information in
Texinfo tree elements in C that correspond to integers.  Currently the
associated type is long, but in most cases, it is used as an int.  I
think that it should be homogeneous, both storage and use should use the
same type.  Should it be better to use long or int? 

(Note that previously there were casts from/to intptr_t, so homogeneity
was not possible anyway but it is not like that anymore).

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]