summaryrefslogtreecommitdiff
path: root/libcpp/config.in
diff options
context:
space:
mode:
authorMikhail Maltsev <maltsevm@gmail.com>2015-11-04 15:01:46 +0000
committerMikhail Maltsev <miyuki@gcc.gnu.org>2015-11-04 15:01:46 +0000
commita6c764d02ec7716720ceac34b667cda3741c5c42 (patch)
treec74e9331855a085ae3e13ae1ba3f18655fb151da /libcpp/config.in
parent595278beb1772272cbd59fc022a11706d60338c9 (diff)
downloadgcc-a6c764d02ec7716720ceac34b667cda3741c5c42.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. From-SVN: r229758
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