diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-04 13:01:06 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-04 13:01:06 +0000 |
commit | 781f0c2072cdf05ca9bebc1010d5b878edd85556 (patch) | |
tree | 75919ea318bfdeb4fddb5fd6cbae138033fe4b95 /ace/config-aix-4.2.x.h | |
parent | c44faa573cfae18cfc50320de949d4a7b70e7dc5 (diff) | |
download | ATCD-781f0c2072cdf05ca9bebc1010d5b878edd85556.tar.gz |
added ACE_LACKS_PRAGMA once to xlC section.
Diffstat (limited to 'ace/config-aix-4.2.x.h')
-rw-r--r-- | ace/config-aix-4.2.x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 9f8fa9f2336..9616eaecd4b 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -22,6 +22,8 @@ # define ACE_TEMPLATES_REQUIRE_PRAGMA +# define ACE_LACKS_PRAGMA_ONCE + #elif defined (__GNUG__) # include "ace/config-g++-common.h" # define ACE_HAS_STRING_CLASS |