summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-99c5
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 472e66e25b6..1cd028bc295 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,8 @@
+1999-02-06 Nagarajan Surendran <naga@polka.cs.wustl.edu>
+
+ * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Added an exit(1)
+ when the preprocessor fails so that tao_idl doesn't hang.
+
Fri Feb 06 07:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>
(new) * TAO/orbsvcs/tests/Simulator/DOVEBrowser/MTDataHandlerAdapter.java:
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index beff5d3253b..0b38a8f7bcc 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -348,7 +348,7 @@ DRV_pre_proc(char *myfile)
<< GTDEVEL(": preprocessor ")
<< arglist[0]
<< GTDEVEL(" returned with an error\n");
- exit (1);
+ ACE_OS::exit (1);
}
// TODO: Manage problems in the pre-processor, in the previous
// version the current process would exit if the pre-processor