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

View File

@@ -62,7 +62,7 @@ void * msgForMultiplyDefinedPV::operator new ( size_t size,
#ifdef CXX_PLACEMENT_DELETE
void msgForMultiplyDefinedPV::operator delete ( void *pCadaver,
tsFreeList < class msgForMultiplyDefinedPV, 16 > & freeList )
tsFreeList < class msgForMultiplyDefinedPV, 16 > & freeList ) epicsThrows(())
{
freeList.release ( pCadaver, sizeof ( msgForMultiplyDefinedPV ) );
}