From c400f7aea5fd3911780e7e072dab8bd4c34752d4 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 6 May 1998 15:01:05 -0400 Subject: [PATCH] update From-SVN: r19596 --- gcc/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config.in b/gcc/config.in index 06879ebe492..e25ffb00b30 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 -- 2.30.2