From 253c8abb67a72cdfcdb2be4b92e2dba8689e6554 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 21 Sep 2006 13:50:51 +0000 Subject: * 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/defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index c9d5504..f7dfbac 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -415,6 +415,8 @@ extern char *xfullpath (const char *); extern unsigned long gnu_debuglink_crc32 (unsigned long crc, unsigned char *buf, size_t len); +ULONGEST strtoulst (const char *num, const char **trailer, int base); + /* From demangle.c */ extern void set_demangling_style (char *); -- cgit v1.1