CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/11 05:55:59
Modified files:
usr.bin/m4 : eval.c
Log message:
replace sloppy parsing of numeric values with strtonum (incr, decr, divert)
still use integers, so use the natural bounds for these.
POSIX says m4 should error when these use non numeric values, and now they
do.
okay millert@
