summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 22:16:18 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 22:16:18 +0000
commit319b82eb48224f27cb81f52dd88610acd595c93e (patch)
tree5f73bcc16a22041f3a9ffdc68ce17285c33825f2
parent3dac6fa7109955bd8c2f46c60a20fd863d7d73fb (diff)
downloadATCD-319b82eb48224f27cb81f52dd88610acd595c93e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 47236835e40..fc82ffe00ac 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -7,6 +7,9 @@ Mon Oct 19 11:47:20 1998 David L. Levine <levine@cs.wustl.edu>
reporting this.
* ace/config-g++-common.h: added ACE_LACKS_PRAGMA_ONCE.
+ g++ doesn't need it, because it optimizes includes if the #ifndef
+ header protection convention is followed. And, it
+ complains about #pragma once.
* ace/config-win32-common.h: added ACE_LACKS_PRAGMA_ONCE,
unless _MSC_VER < 1000.