* 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:
parent
c96fc75e9e
commit
253c8abb67
4 changed files with 110 additions and 62 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue