summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-28 16:49:22 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-28 16:49:22 +0000
commitda066da513203db7c104698c1b61b9e0f08228d3 (patch)
tree30e8564bf032baf14a362f2117d0ec5834f40cab
parent99d9c281e82fe95901101d22e245c841dff0d1af (diff)
downloadATCD-da066da513203db7c104698c1b61b9e0f08228d3.tar.gz
* TAO_IDL/fe/idl.ll:
* TAO_IDL/fe/lex.yy.cpp: Changed the regular expressions parsing all # directives to allow the line to begin with whitespace, as per CORBA 2.x section 3.2. Thanks to Heather Drury <drury_h@ociweb.com> and Steve Totten <totten_s@ociweb.com> for pointing this out.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 39f49947152..d2bbfa4a733 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Fri Jun 28 11:46:26 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/fe/idl.ll:
+ * TAO_IDL/fe/lex.yy.cpp:
+
+ Changed the regular expressions parsing all # directives
+ to allow the line to begin with whitespace, as per
+ CORBA 2.x section 3.2. Thanks to Heather Drury
+ <drury_h@ociweb.com> and Steve Totten <totten_s@ociweb.com>
+ for pointing this out.
+
Fri Jun 28 09:03:22 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/ast/ast_component.cpp: