Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-23 19:31:55 +0400
committerDJ Delorie <dj@redhat.com>2001-10-23 19:31:55 +0400
commitd3cf36f88dee584e7038e6fa33e728ab55bab578 (patch)
tree5bda85de3e7015395ec29edba25c3ee6a5c918ed /include/libiberty.h
parent7309890a900cc4d2ecc83bd481bbfeb0537fc849 (diff)
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r--include/libiberty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiberty.h b/include/libiberty.h
index 9501365c6..455643d3a 100644
--- a/include/libiberty.h
+++ b/include/libiberty.h
@@ -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