]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR modula2/122009: ldtoa_ldtoa correct parameter type from int to bool
authorGaius Mulley <gaiusmod2@gmail.com>
Wed, 1 Oct 2025 22:04:56 +0000 (23:04 +0100)
committerGaius Mulley <gaiusmod2@gmail.com>
Wed, 1 Oct 2025 22:04:56 +0000 (23:04 +0100)
commitef45d6489f112fa66ce26ed156d3d90968f409a3
tree81a35f838c686d33d426f81a285ed31ab7e224e6
parentf2d9f6635e33ddcc1999fceb1b025635e1b646f9
PR modula2/122009: ldtoa_ldtoa correct parameter type from int to bool

This is an obvious fix which corrects a parameter type so that it matches
the prototype.

gcc/m2/ChangeLog:

PR modula2/122009
* pge-boot/Gldtoa.cc (ldtoa_ldtoa): Change int to bool for
parameter sign.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/pge-boot/Gldtoa.cc