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

@@ -111,7 +111,7 @@ void * syncGroupReadNotify::operator new ( size_t size,
#if defined ( CXX_PLACEMENT_DELETE )
void syncGroupReadNotify::operator delete ( void *pCadaver,
tsFreeList < class syncGroupReadNotify, 128, epicsMutexNOOP > &freeList )
tsFreeList < class syncGroupReadNotify, 128, epicsMutexNOOP > &freeList ) epicsThrows(())
{
freeList.release ( pCadaver );
}