diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-13 22:51:30 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-13 22:51:30 +0000 |
commit | 9bf4b61b988482458811e387fea0e90a9e922b8d (patch) | |
tree | 7eebd8bbc8ad359909765adabc6ed3565be9b5f9 /ace/config-osf1-4.0.h | |
parent | a79bc11b8e3985ae520bd33c6d0997cfc33f760e (diff) | |
download | ATCD-9bf4b61b988482458811e387fea0e90a9e922b8d.tar.gz |
Straightened out explicit destructor calling macros
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index d2e1f0fef50..613dc90f7aa 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -41,7 +41,7 @@ # define ACE_HAS_GNU_CSTRING_H # define ACE_HAS_REENTRANT_FUNCTIONS #elif defined (__DECCXX) -# define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR +// # define ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR # define ACE_LACKS_LINEBUFFERED_STREAMBUF # define ACE_LACKS_SIGNED_CHAR # define DEC_CXX |