summaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authormiyuki <miyuki@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-04 15:01:46 +0000
committermiyuki <miyuki@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-04 15:01:46 +0000
commit29134d13431e7bd17d904a07f04fb5ac77da6dfa (patch)
treec74e9331855a085ae3e13ae1ba3f18655fb151da /libcpp/config.in
parent5e8689fb08c2687bad1165612b8568d1f8f6d69b (diff)
downloadgcc-29134d13431e7bd17d904a07f04fb5ac77da6dfa.tar.gz
ENABLE_CHECKING refactoring: remove remaining occurrences
libcpp/ * config.in: Regenerate. * configure: Regenerate. * configure.ac: Remove ENABLE_CHECKING. gcc/ * cfganal.c (inverted_post_order_compute): Remove conditional compilation, use flag_checking. * config.in: Regenerate. * configure: Regenerate. * configure.ac: Remove ENABLE_CHECKING. * genconditions.c: Do not #undef ENABLE_CHECKING. * sese.h (bb_in_region): Comment out broken check. * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa_1): Remove conditional compilation, use flag_checking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/config.in')
-rw-r--r--libcpp/config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcpp/config.in b/libcpp/config.in
index 5865eb363fc..e02ac5efbad 100644
--- a/libcpp/config.in
+++ b/libcpp/config.in
@@ -17,9 +17,6 @@
/* Define to enable system headers canonicalization. */
#undef ENABLE_CANONICAL_SYSTEM_HEADERS
-/* Define if you want more run-time sanity checks. */
-#undef ENABLE_CHECKING
-
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS