Use strtoul() to do octal and hex character conversion instead of
authormillert <millert@openbsd.org>
Fri, 10 Jan 2014 23:01:29 +0000 (23:01 +0000)
committermillert <millert@openbsd.org>
Fri, 10 Jan 2014 23:01:29 +0000 (23:01 +0000)
commit11318e8d439035d2ad1228d4ba8f02178e565d28
treefdfd519f6c905a2a1ecc7cd626be6b9f6ff4e164
parentecc2695fa29a07c278940981445139772bc6c924
Use strtoul() to do octal and hex character conversion instead of
custom code.
usr.bin/yacc/defs.h
usr.bin/yacc/reader.c