summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 12:00:44 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 12:00:44 +0000
commit2d6c75ab7c2410c7408cb130d8ee289dc3615dc0 (patch)
tree0c02f7c2115095ece79e0ee25faf68ed6405dbc8 /TAO/TAO_IDL
parent8d6492a44620539f11fbfa2995e4ce9384325153 (diff)
downloadATCD-2d6c75ab7c2410c7408cb130d8ee289dc3615dc0.tar.gz
Changed to use CPP_LOCATION at run time instead of CPP_PATH.
They are semantically different.
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index 27329499ffe..25b6d2bfd18 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -116,7 +116,7 @@ void
DRV_cpp_init()
{
// DRV_cpp_putarg("\\cygnus\\H-i386-cygwin32\\bin\\echo");
- ACE_Env_Value<char*> cpp_path ("CPP_PATH", (char *) 0);
+ ACE_Env_Value<char*> cpp_path ("CPP_LOCATION", (char *) 0);
DRV_cpp_putarg(cpp_path != 0 ? cpp_path : idl_global->cpp_location());
DRV_cpp_putarg("-E");