diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-25 20:30:16 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-25 20:30:16 +0000 |
commit | 42f1312d21ef975e173173324790f72f2773c291 (patch) | |
tree | ed5fd51a94931a71963cf875db8d4a02b3fd4d0f /gcc/acconfig.h | |
parent | 6060326b958357944f740b769e1df80c2a2287e4 (diff) | |
download | gcc-42f1312d21ef975e173173324790f72f2773c291.tar.gz |
* acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
ENABLE_GC_ALWAYS_COLLECT): Delete entries.
* configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
for these macros. Clean up spacing and linewraps.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33420 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 958843e480b..0a7d3411813 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -1,32 +1,3 @@ -/* Define if you want to enable namespaces (-fhonor-std) by default. */ -#undef ENABLE_STD_NAMESPACE -#if !defined(ENABLE_STD_NAMESPACE) -# define ENABLE_STD_NAMESPACE 0 -#endif - -/* Define if you want more run-time sanity checks. This one gets a grab - bag of miscellaneous but relatively cheap checks. */ -#undef ENABLE_CHECKING - -/* Define if you want all operations on trees (the basic data - structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. */ -#undef ENABLE_TREE_CHECKING - -/* Define if you want all operations on RTL (the basic data structure - of the optimizer and back end) to be checked for dynamic type safety - at runtime. This is quite expensive. */ -#undef ENABLE_RTL_CHECKING - -/* Define if you want the garbage collector to do object poisoning and - other memory allocation checks. This is quite expensive. */ -#undef ENABLE_GC_CHECKING - -/* Define if you want the garbage collector to operate in maximally - paranoid mode, validating the entire heap and collecting garbage at - every opportunity. This is extremely expensive. */ -#undef ENABLE_GC_ALWAYS_COLLECT - /* Define to 1 if NLS is requested. */ #undef ENABLE_NLS |