summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-25 16:19:59 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-25 16:19:59 +0000
commitba2632addc56d22803220cbbf0c28fbbf59ce8a0 (patch)
tree77ca3b09cc9e7269118bab279e55233b90c60fdd
parent63c39c8e406e8cf2f4dca267fb3fa38b0727d7b9 (diff)
downloadATCD-ba2632addc56d22803220cbbf0c28fbbf59ce8a0.tar.gz
* TAO_IDL/fe/idl.yy:
* TAO_IDL/fe/y.tab.cpp: * TAO_IDL/fe/y.tab.h: In the yacc file, added a switch case for unsigned short to the code that processes a union discriminator. This case has always been missing. Also regenerated the corresponding C++ files. Thanks to Jules Colding <dsl11814@vip.cybercity.dk> for sending in the example IDL file that uncovered this bug.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 57e26c9268b..62d6ff9ca9d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Mon Jun 25 11:12:51 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/fe/idl.yy:
+ * TAO_IDL/fe/y.tab.cpp:
+ * TAO_IDL/fe/y.tab.h:
+
+ In the yacc file, added a switch case for unsigned short
+ to the code that processes a union discriminator. This
+ case has always been missing. Also regenerated the
+ corresponding C++ files. Thanks to Jules Colding
+ <dsl11814@vip.cybercity.dk> for sending in the example
+ IDL file that uncovered this bug.
+
Mon Jun 25 10:32:18 2001 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/ast/ast_module.cpp: