summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-08-05 15:28:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-08-05 15:28:57 +0000
commit03dc89752b2301f7844e467e44fe1c6a36518308 (patch)
tree4f53c8f71bc3ff0d36fa0bb6d7b918c95b4e4038
parent53f9851d4d6d22fcf1451f13b713287f250d139b (diff)
downloadATCD-03dc89752b2301f7844e467e44fe1c6a36518308.tar.gz
ChangeLogTag:Sat Aug 05 11:26:08 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rwxr-xr-xbin/generate_export_file.pl2
4 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73eb3a14537..b9d0c33a12d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Aug 05 11:26:08 2000 Ossama Othman <ossama@uci.edu>
+
+ * bin/generate_export_file.pl:
+
+ Changed "#if !defined (...)" include guard to "#ifndef ..."
+ since some preprocessors enable "process once" optimizations if
+ the latter form is used.
+
Sat Aug 5 01:13:01 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/OS_String.cpp:
@@ -288,6 +296,7 @@ Mon Jul 24 20:02:03 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Amiaz <Tomer@bandwiz.com> for contributing this.
Mon Jul 24 14:03:59 2000 Chad Elliott <elliott_c@ociweb.com>
+
* include/makeinclude/platform_vxworks5.x_g++.GNU
Added the PENTIUM and PENTIUMPRO CPU's for x86 VxWorks.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 73eb3a14537..b9d0c33a12d 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sat Aug 05 11:26:08 2000 Ossama Othman <ossama@uci.edu>
+
+ * bin/generate_export_file.pl:
+
+ Changed "#if !defined (...)" include guard to "#ifndef ..."
+ since some preprocessors enable "process once" optimizations if
+ the latter form is used.
+
Sat Aug 5 01:13:01 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/OS_String.cpp:
@@ -288,6 +296,7 @@ Mon Jul 24 20:02:03 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Amiaz <Tomer@bandwiz.com> for contributing this.
Mon Jul 24 14:03:59 2000 Chad Elliott <elliott_c@ociweb.com>
+
* include/makeinclude/platform_vxworks5.x_g++.GNU
Added the PENTIUM and PENTIUMPRO CPU's for x86 VxWorks.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 73eb3a14537..b9d0c33a12d 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Sat Aug 05 11:26:08 2000 Ossama Othman <ossama@uci.edu>
+
+ * bin/generate_export_file.pl:
+
+ Changed "#if !defined (...)" include guard to "#ifndef ..."
+ since some preprocessors enable "process once" optimizations if
+ the latter form is used.
+
Sat Aug 5 01:13:01 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/OS_String.cpp:
@@ -288,6 +296,7 @@ Mon Jul 24 20:02:03 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Amiaz <Tomer@bandwiz.com> for contributing this.
Mon Jul 24 14:03:59 2000 Chad Elliott <elliott_c@ociweb.com>
+
* include/makeinclude/platform_vxworks5.x_g++.GNU
Added the PENTIUM and PENTIUMPRO CPU's for x86 VxWorks.
diff --git a/bin/generate_export_file.pl b/bin/generate_export_file.pl
index 14186428197..15cb2f4c085 100755
--- a/bin/generate_export_file.pl
+++ b/bin/generate_export_file.pl
@@ -25,7 +25,7 @@ __DATA__
// This file is generated automatically by
// generate_export_file.pl
// ------------------------------
-#if !defined (-UC-_EXPORT_H)
+#ifndef -UC-_EXPORT_H
#define -UC-_EXPORT_H
#include "ace/config-all.h"