OSDN Git Service

* ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
authordrow <drow>
Thu, 21 Sep 2006 13:50:50 +0000 (13:50 +0000)
committerdrow <drow>
Thu, 21 Sep 2006 13:50:50 +0000 (13:50 +0000)
commita2dc48148493c525d7d8d71b2e275a3343549286
treec683dd5e3398a45df391d8c374825e50cc9b2cde
parent62784526eb8b46bb2f4c61f866faa2a3600de900
* 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