]> git.draconx.ca Git - cdecl99.git/commit
Provide strtoumax fallback in the scanner.
authorNick Bowler <nbowler@draconx.ca>
Tue, 24 Jan 2023 04:47:18 +0000 (23:47 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 24 Jan 2023 04:47:18 +0000 (23:47 -0500)
commit802e3b1cc242d149fc23cc65f1714c99c1f8520a
treeb726155f3df6439c291170248c0ee30e7bd01724
parent4dd9ed36e29f68507bd1038752314165587a94dd
Provide strtoumax fallback in the scanner.

We already do something similar in the test suite.  We don't really care
about the full range of uintmax_t, we just prefer the widest type that
is available to us.  It is no real problem to fall back to a narrower
conversion function.
configure.ac
src/scan.l