From: Jason Merrill Date: Wed, 6 May 1998 19:01:05 +0000 (-0400) Subject: update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c400f7aea5fd3911780e7e072dab8bd4c34752d4;p=gcc.git update From-SVN: r19596 --- 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