summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 007e9d56c24..70844b82f42 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -3,10 +3,10 @@ Mon Jun 5 09:54:54 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/fe/idl.yy:
* TAO_IDL/fe/y.tab.h:
* TAO_IDL/fe/y.tab.cpp:
- Added a null pointer check to module definition code
- in the yacc file, so that bad IDL inside the module
- will not cause a crash after the error message is
- output.
+ Added a null pointer check to module definition code in the yacc
+ file, so that bad IDL inside the module will not cause a crash
+ after the error message is output. Thanks to Greg Hall
+ <Greg.Hall@Australia.Boeing.com> for reporting this.
Sun Jun 4 18:00:07 2000 Jeff Parsons <parsons@cs.wustl.edu>