summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:39:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:39:29 +0000
commitf4377448769757d935368ef04283a68a95935f16 (patch)
treed746613069adf96ab992376265395f20c1ad67fa
parent5c1001ce4f585836e1f83c28d1df89aee42fb743 (diff)
downloadATCD-f4377448769757d935368ef04283a68a95935f16.tar.gz
removed -DACE_LACKS_PRAGMA for g++ because it's now in config-g++-common.h
-rw-r--r--include/makeinclude/wrapper_macros.GNU2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 202860e06e5..64318cf930a 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -186,8 +186,6 @@ endif
#----------------------------------------------------------------------------
ifeq ($(findstring g++,$(CXX)),g++)
- CCFLAGS += -DACE_LACKS_PRAGMA_ONCE
-
ifndef ACE_HAS_GNUG_PRE_2_8
ifeq ($(CXX),g++)
ACE_HAS_GNUG_PRE_2_8 := \