merge from gcc
This commit is contained in:
parent
7309890a90
commit
d3cf36f88d
|
@ -1,3 +1,10 @@
|
|||
2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* libiberty.h (hex_init): Revert delete.
|
||||
|
||||
* libiberty.h (_hex_value): Const-ify.
|
||||
(hex_init): Delete.
|
||||
|
||||
2001-10-16 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* filenames.h: Add cygwin to the list of dosish style path systems.
|
||||
|
|
|
@ -240,7 +240,7 @@ extern PTR xmemdup PARAMS ((const PTR, size_t, size_t)) ATTRIBUTE_MALLOC;
|
|||
|
||||
#define _hex_array_size 256
|
||||
#define _hex_bad 99
|
||||
extern char _hex_value[_hex_array_size];
|
||||
extern const char _hex_value[_hex_array_size];
|
||||
extern void hex_init PARAMS ((void));
|
||||
#define hex_p(c) (hex_value (c) != _hex_bad)
|
||||
/* If you change this, note well: Some code relies on side effects in
|
||||
|
|
Loading…
Reference in New Issue