]> git.ipfire.org Git - thirdparty/make.git/commit
* src/function.c (parse_textint): Handle ints without 0 properly.
authorJouke Witteveen <j.witteveen@gmail.com>
Tue, 18 Jan 2022 00:11:59 +0000 (19:11 -0500)
committerPaul Smith <psmith@gnu.org>
Tue, 18 Jan 2022 00:11:59 +0000 (19:11 -0500)
commit2b25eac58717cb924d37bf6e13cf9bd389f9217c
tree365943dc26636229999bffdf234cf22cbe0d07ec
parente72c5e021ff3e9dec34c078a1a76a260fc562b90
* src/function.c (parse_textint): Handle ints without 0 properly.

* tests/scripts/functions/intcmp: Add tests for values without 0.
src/function.c
tests/scripts/functions/intcmp