diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-04-03 21:10:23 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-04-03 14:10:23 -0700 |
commit | 264b1a9c8b6ec23ef30aa28805cbc43d083daf5d (patch) | |
tree | f21532ca5ed431fe82c757f735af9fe67c51afdb /gcc/acconfig.h | |
parent | d1c32ce14ed88beb16fe765bad8e2adf99c2d4a0 (diff) | |
download | gcc-264b1a9c8b6ec23ef30aa28805cbc43d083daf5d.zip gcc-264b1a9c8b6ec23ef30aa28805cbc43d083daf5d.tar.gz gcc-264b1a9c8b6ec23ef30aa28805cbc43d083daf5d.tar.bz2 |
acconfig.h (ENABLE_CHECKING): Remove redundant #undef.
* acconfig.h (ENABLE_CHECKING): Remove redundant #undef.
* config.in: Rebuilt.
From-SVN: r26163
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 3aae71e..a9584e0 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -108,9 +108,6 @@ /* Whether fputs_unlocked must be declared even if <stdio.h> is included. */ #undef NEED_DECLARATION_FPUTS_UNLOCKED -/* Define if you want expensive run-time checks. */ -#undef ENABLE_CHECKING - /* Define to enable the use of a default assembler. */ #undef DEFAULT_ASSEMBLER |