diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-10 14:56:41 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-10 14:56:41 +0000 |
commit | 8c27246704446e46579e30f9cbc576160ed4cb27 (patch) | |
tree | 6a6c9e4a1cef9f4febbda6db4598b12b3bbb2d37 /ace | |
parent | 5b67a583b6f3ab800c8a603bd30b2c3639f503f3 (diff) | |
download | ATCD-8c27246704446e46579e30f9cbc576160ed4cb27.tar.gz |
removed commented-out ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-osf1-4.0-g++.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/config-osf1-4.0-g++.h b/ace/config-osf1-4.0-g++.h index 529fbdc664f..876b3fe553d 100644 --- a/ace/config-osf1-4.0-g++.h +++ b/ace/config-osf1-4.0-g++.h @@ -22,7 +22,6 @@ // Must specialize templates due to G++'s lame parameterized type // support... #define ACE_TEMPLATES_REQUIRE_SPECIALIZATION -// #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS // Compiler's template mechanism must see source code (i.e., .C // files). |