diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-15 20:44:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-15 20:44:23 +0000 |
commit | 960768525f3f10d8f6d335ef981b9c4957572b0a (patch) | |
tree | f230be41e05c50d6dbd53230d3e904f24b878d84 /ace/Malloc_T.h | |
parent | 756140a2a36b336f5d5604d1c93491fb5db5dec3 (diff) | |
download | ATCD-960768525f3f10d8f6d335ef981b9c4957572b0a.tar.gz |
removed () from #pragma implementation argument
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 4c49896d923..db2c0440145 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -476,7 +476,7 @@ private: #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("Malloc_T.cpp") +#pragma implementation "Malloc_T.cpp" #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_MALLOC_H */ |