CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/20 07:07:34
Modified files:
usr.bin/mg : interpreter.c
Log message:
mg: fix -Wunused-but-set-variable warnings
strtonum() is only called to verify that a string is numerical, the
return value is unused.
inlist is no longer used after the code was refactored.
ok millert@ guenther@
