From a6c764d02ec7716720ceac34b667cda3741c5c42 Mon Sep 17 00:00:00 2001 From: Mikhail Maltsev Date: Wed, 4 Nov 2015 15:01:46 +0000 Subject: 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. From-SVN: r229758 --- libcpp/config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcpp/config.in') diff --git a/libcpp/config.in b/libcpp/config.in index 5865eb3..e02ac5e 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 -- cgit v1.1