* ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
authorDaniel Jacobowitz <drow@false.org>
Thu, 21 Sep 2006 13:50:51 +0000 (13:50 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 21 Sep 2006 13:50:51 +0000 (13:50 +0000)
commit253c8abb67a72cdfcdb2be4b92e2dba8689e6554
tree7d79e3725009992103877706f6e2317a558a663c
parentc96fc75e9e90e0781789095b842495bbcdbb037a
* ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
(strtoulst): Moved to ...
* utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
(strtoulst): ... here.  Enhanced to behave more similarly
to strtoul.
* defs.h (strtoulst): New prototype.
gdb/ChangeLog
gdb/ada-lex.l
gdb/defs.h
gdb/utils.c