diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-05-06 15:01:05 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-05-06 15:01:05 -0400 |
commit | c400f7aea5fd3911780e7e072dab8bd4c34752d4 (patch) | |
tree | f115db1c85da7696a82dcfc5a8f2cc9cc2c3bd5e /gcc | |
parent | 410c387510bc90d3eae0ba6a6cf5b8233031b9f5 (diff) | |
download | gcc-c400f7aea5fd3911780e7e072dab8bd4c34752d4.zip gcc-c400f7aea5fd3911780e7e072dab8bd4c34752d4.tar.gz gcc-c400f7aea5fd3911780e7e072dab8bd4c34752d4.tar.bz2 |
update
From-SVN: r19596
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.in | 3 |
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 |