summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-21 18:26:19 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-21 18:26:19 +0000
commitf2bb2b03cf2747df8434fff0c2bf8f592e93c8c5 (patch)
treeeff117e875a0252a0a9005692eae463da898aaf4
parentbe51b0ba9c1e0ecfe28267a49996f3df2f0626e1 (diff)
downloadATCD-f2bb2b03cf2747df8434fff0c2bf8f592e93c8c5.tar.gz
* TAO_IDL/fe/idl.ll:
* TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/fe/lex.yy.cpp.diff: Added a regular expression to the lexer. Phil Mesnier <mesnier_p@ociweb.com> is porting TAO to Unixware 7.1 using the UDK (unixware dev kit) CC compiler, and its preprocessor is outputting a #file "...." directive that the IDL compiler lexer doesn't recognize. We now recognize the directive, and ignore it.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b450650713e..7d1f25c27f3 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Wed Jun 21 13:19:47 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/fe/idl.ll:
+ * TAO_IDL/fe/lex.yy.cpp:
+ * TAO_IDL/fe/lex.yy.cpp.diff:
+ Added a regular expression to the lexer. Phil Mesnier
+ <mesnier_p@ociweb.com> is porting TAO to Unixware 7.1
+ using the UDK (unixware dev kit) CC compiler, and its
+ preprocessor is outputting a #file "...." directive
+ that the IDL compiler lexer doesn't recognize. We now
+ recognize the directive, and ignore it.
+
Wed Jun 21 04:54:18 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/FT_CORBA.pidl: Deleted the file from the tao library. Looks