upgraded compiler specific macros

This commit is contained in:
Jeff Hill
2002-10-30 18:40:24 +00:00
parent d4cb389a5d
commit 5b23570d27
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void * ipIgnoreEntry::operator new ( size_t size,
#ifdef CXX_PLACEMENT_DELETE
void ipIgnoreEntry::operator delete ( void * pCadaver,
tsFreeList < class ipIgnoreEntry, 128 > & freeList )
tsFreeList < class ipIgnoreEntry, 128 > & freeList ) epicsThrows(())
{
freeList.release ( pCadaver );
}