summaryrefslogtreecommitdiff
path: root/ace/Makefile
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-16 21:14:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-16 21:14:16 +0000
commit800e27e3cf56869bae8e4bdcec114207ba344798 (patch)
tree41b7dc906982a021a2b8a0f78dbf16f2ee3a1161 /ace/Makefile
parent45ffeb8f8965802e3b5ce91fe0253be864bc4639 (diff)
downloadATCD-800e27e3cf56869bae8e4bdcec114207ba344798.tar.gz
ChangeLogTag:Sun Jan 16 10:49:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Makefile')
-rw-r--r--ace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Makefile b/ace/Makefile
index 63802287f8c..569b2f21a3e 100644
--- a/ace/Makefile
+++ b/ace/Makefile
@@ -470,7 +470,7 @@ Svc_Conf_l.cpp: Svc_Conf.l
-e "s/YY/ACE_YY/g" \
-e "s/free( ptr );/free( ACE_MALLOC_T (ptr) );/g" \
-e "s/exit( 1 );/ACE_OS::exit( 1 );/g" \
- -e "s/isatty( fileno(file)/ACE_OS::isatty((ACE_HANDLE) fileno (file))/g" \
+ -e "s/isatty( fileno(file)/ACE_OS::isatty((ACE_HANDLE) fileno (file)/g" \
-e "s/int isatty/int nop_isatty/g" \
-e "s/realloc( ptr, size );/realloc( ACE_MALLOC_T (ptr), size );/g" \
-e "s@#include <stdio\.h>@#include \"ace/OS.h\"@" \