From c948a593912fef46e2cea6da9b0dd0c7c36054c7 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 18 May 2008 21:32:34 -0700 Subject: Removed Watcom Compiler support. --- src/win95/list_tem.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/win95/list_tem.hpp') diff --git a/src/win95/list_tem.hpp b/src/win95/list_tem.hpp index 5f72558..bab4f30 100644 --- a/src/win95/list_tem.hpp +++ b/src/win95/list_tem.hpp @@ -100,24 +100,16 @@ struct List_Member_Base union { List_Member_Base *prev; - #ifndef __WATCOMC__ List_Member *prev_debug; // encourage the debugger to display the list members data - #endif // hopefully casting from base to derived class would not + // hopefully casting from base to derived class would not // cause the actual value of the ptr to change, so the debugger // will display the information correctly, and this union // won't cause any kind of performance hit - - //watcom doesn't appear to like this, unfortunately. - - - }; union { List_Member_Base *next; - #ifndef __WATCOMC__ List_Member *next_debug; - #endif }; virtual ~List_Member_Base() {} }; -- cgit v1.3