* 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.
This commit is contained in:
Daniel Jacobowitz 2006-09-21 13:50:51 +00:00
parent c96fc75e9e
commit 253c8abb67
4 changed files with 110 additions and 62 deletions

View file

@ -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 *);