summaryrefslogtreecommitdiffstats
path: root/stdlib/compiler.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-01-06 19:36:09 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-01-06 19:36:09 -0800
commit52b7b42d2bcedc6936ffcb02ce2d74724f4bfaa2 (patch)
treee5fcbda298bbfe450a19a719e91c9699e6872b4d /stdlib/compiler.tl
parent1b8fdf96e37a00ec7f364b583c54e997a1fc5529 (diff)
downloadtxr-52b7b42d2bcedc6936ffcb02ce2d74724f4bfaa2.tar.gz
txr-52b7b42d2bcedc6936ffcb02ce2d74724f4bfaa2.tar.bz2
txr-52b7b42d2bcedc6936ffcb02ce2d74724f4bfaa2.zip
num_ex: eliminate ill-considered cast.
* lib.h (num_ex): Remove the cast to ucnum, which will cause this macro to misbehave for negative arguments. For instance, -1 > (ucnum) INT_PTR_MAX will compare as true! The -1 gets converted to the unsigned type and becomes UINT_PTR_MAX.
Diffstat (limited to 'stdlib/compiler.tl')
0 files changed, 0 insertions, 0 deletions