aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/misc/unctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/misc/unctrl.c')
-rw-r--r--newlib/libc/misc/unctrl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/misc/unctrl.c b/newlib/libc/misc/unctrl.c
index e2cdb38..8bca2a2 100644
--- a/newlib/libc/misc/unctrl.c
+++ b/newlib/libc/misc/unctrl.c
@@ -69,7 +69,7 @@ No supporting OS subroutines are required.
static char sccsid[] = "@(#)unctrl.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
-_CONST char * _CONST __unctrl[256] = {
+const char * const __unctrl[256] = {
"^@", "^A", "^B", "^C", "^D", "^E", "^F", "^G",
"^H", "^I", "^J", "^K", "^L", "^M", "^N", "^O",
"^P", "^Q", "^R", "^S", "^T", "^U", "^V", "^W",
@@ -105,7 +105,7 @@ _CONST char * _CONST __unctrl[256] = {
"0xf8", "0xf9", "0xfa", "0xfb", "0xfc", "0xfd", "0xfe", "0xff",
};
-_CONST char __unctrllen[256] = {
+const char __unctrllen[256] = {
2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2,