summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: