From 24080642f1f716a28a45ff2a1ee779d8670ae269 Mon Sep 17 00:00:00 2001 From: levine Date: Mon, 3 Mar 1997 01:55:01 +0000 Subject: removed -D__ACE_INLINE__ even though it's commented, so it doesn't confuse people --- include/makeinclude/platform_sco-nothread.GNU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/makeinclude/platform_sco-nothread.GNU') diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU index f0d14578558..66539fd0534 100644 --- a/include/makeinclude/platform_sco-nothread.GNU +++ b/include/makeinclude/platform_sco-nothread.GNU @@ -4,7 +4,7 @@ CC = gcc -w # for threads # for no threads -CXX = g++ -fno-implicit-templates -w -I. -fno-strict-prototypes # -D__ACE_INLINE__ +CXX = g++ -fno-implicit-templates -w -I. -fno-strict-prototypes DLD = $(CXX) LD = $(CXX) LIBS = -lstdc++ -lsocket -- cgit v1.2.1