summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-05 23:38:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-05 23:38:58 +0000
commit3943515f98c386c38c8c9508e3ca507f4acfc288 (patch)
treeb8ae47926eb04a5eb1edc565012fa783d57e1d8b
parent390fcf6d8c0b241be4539606412aed16d5cc4a10 (diff)
downloadATCD-3943515f98c386c38c8c9508e3ca507f4acfc288.tar.gz
Tue Mar 5 17:32:35 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: Fixed a bug in #pragma prefix implementation reported by Craig Rodrigues <crodrigu@bbn.com>, who is using Red Hat 7.1 and an experimental configuration of gcc (version 3.1 20020302 prerelease). The preprocessor output of this configuration is radically different than any others we support, and an additional check was required to prevent the current prefix from being popped off the stack prematurely.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7d5a1ef7a0b..57e3162216c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Tue Mar 5 17:32:35 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/fe/idl.ll:
+ * TAO_IDL/fe/lex.yy.cpp:
+
+ Fixed a bug in #pragma prefix implementation reported by
+ Craig Rodrigues <crodrigu@bbn.com>, who is using Red Hat
+ 7.1 and an experimental configuration of gcc
+ (version 3.1 20020302 prerelease). The preprocessor output
+ of this configuration is radically different than any
+ others we support, and an additional check was required to
+ prevent the current prefix from being popped off the stack
+ prematurely.
+
Tue Mar 5 15:21:51 2002 Carlos O'Ryan <coryan@uci.edu>
* orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: