summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:55:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-03 01:55:01 +0000
commit24080642f1f716a28a45ff2a1ee779d8670ae269 (patch)
treead94f8897525ff26ae73447bc7219ddbe468e5c3 /include/makeinclude/platform_linux.GNU
parentc7c78b1b94cfd61d7a58c4d3a49b97f719e3716d (diff)
downloadATCD-24080642f1f716a28a45ff2a1ee779d8670ae269.tar.gz
removed -D__ACE_INLINE__ even though it's commented, so it doesn't confuse people
Diffstat (limited to 'include/makeinclude/platform_linux.GNU')
-rw-r--r--include/makeinclude/platform_linux.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_linux.GNU b/include/makeinclude/platform_linux.GNU
index 500aa89b0a3..a01daf76ce7 100644
--- a/include/makeinclude/platform_linux.GNU
+++ b/include/makeinclude/platform_linux.GNU
@@ -2,7 +2,7 @@
# should allow ACE to be built on Linux.
CC = gcc -w
-CXX = g++ -w -I. -fno-strict-prototypes # -D__ACE_INLINE__
+CXX = g++ -w -I. -fno-strict-prototypes
DLD = $(CXX)
LD = $(CXX)
LIBS = -lstdc++