From 7a6a6dc53e5d33562eb9765f9ce8afc13bfd9e7d Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 5 Jul 2001 16:10:54 +0000 Subject: [PATCH] fixed comment --- src/libCom/cxxTemplates/resourceLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index 7a10d4b06..a862f8974 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -467,8 +467,8 @@ void resTable::splitBucket () new ( &pNewTable[i] ) tsSLList; } // Run the destructors explicitly. Currently this destructor is a noop. - // Currently the Tornado compiler cant deal with ~tsSLList() but since - // its a NOOP we can find a workaround ... + // The Tornado II compiler and RedHat 6.2 will not compile ~tsSLList() but + // since its a NOOP we can find an ugly workaround :-( // # if ! defined (__GNUC__) || __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 92 ) for ( i = 0; i < oldTableSize; i++ ) {