aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-05-06 15:01:05 -0400
committerJason Merrill <jason@gcc.gnu.org>1998-05-06 15:01:05 -0400
commitc400f7aea5fd3911780e7e072dab8bd4c34752d4 (patch)
treef115db1c85da7696a82dcfc5a8f2cc9cc2c3bd5e /gcc
parent410c387510bc90d3eae0ba6a6cf5b8233031b9f5 (diff)
downloadgcc-c400f7aea5fd3911780e7e072dab8bd4c34752d4.zip
gcc-c400f7aea5fd3911780e7e072dab8bd4c34752d4.tar.gz
gcc-c400f7aea5fd3911780e7e072dab8bd4c34752d4.tar.bz2
update
From-SVN: r19596
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 06879eb..e25ffb0 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -80,6 +80,9 @@
/* Define if you have the index function. */
#undef HAVE_INDEX
+/* Define if you have the isascii function. */
+#undef HAVE_ISASCII
+
/* Define if you have the kill function. */
#undef HAVE_KILL