summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-07 21:35:39 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-07 21:35:39 +0000
commite6e20a375f29e47fce12c5ec0a380172613958d7 (patch)
tree083b80da8e7f2d06d1ba5b8d20274bfb28970550
parentc01f040762791e5b4e9fc90c3b1a9a64fec25dce (diff)
downloadATCD-e6e20a375f29e47fce12c5ec0a380172613958d7.tar.gz
ChangeLogTag: Fri Feb 7 16:55:58 2003 Heather Drury <drury_h@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/config-aix-4.x.h3
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d912d547659..6bc99fdad2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 7 16:55:58 2003 Heather Drury <drury_h@ociweb.com>
+
+ * ace/config-aix-4.x.h: Reverted change to aix config file:
+
+ Fri Feb 7 15:27:40 2003 Heather Drury <drury_h@ociweb.com>
+
Fri Feb 7 15:37:19 2003 Steve Huston <shuston@riverace.com>
* include/makeinclude/platform_aix_ibm.GNU: Define DCCFLAGS with the
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d912d547659..6bc99fdad2d 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Fri Feb 7 16:55:58 2003 Heather Drury <drury_h@ociweb.com>
+
+ * ace/config-aix-4.x.h: Reverted change to aix config file:
+
+ Fri Feb 7 15:27:40 2003 Heather Drury <drury_h@ociweb.com>
+
Fri Feb 7 15:37:19 2003 Steve Huston <shuston@riverace.com>
* include/makeinclude/platform_aix_ibm.GNU: Define DCCFLAGS with the
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index 71f84abab09..c8ad970e6f7 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -53,9 +53,6 @@
# if defined (__IBMCPP__) && (__IBMCPP__ >= 400)
# define ACE_HAS_STD_TEMPLATE_SPECIALIZATION
# define ACE_HAS_TYPENAME_KEYWORD
-# if (__IBMCPP__ < 600) /* VisualAge C++ 6 has registry implementation of templates (may still need to add option for it) */
-# define ACE_TEMPLATES_REQUIRE_SOURCE
-# endif /* __IBMCPP__ < 600 */
# undef WIFEXITED
# undef WEXITSTATUS
# if (__IBMCPP__ >= 500) /* Visual Age C++ 5 */