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/string.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/win95/string.hpp') diff --git a/src/win95/string.hpp b/src/win95/string.hpp index 9994a67..bb0a56a 100644 --- a/src/win95/string.hpp +++ b/src/win95/string.hpp @@ -1,10 +1,6 @@ #ifndef _included_string_hpp_ #define _included_string_hpp_ -#ifdef __WATCOMC__ -#include -#else - #ifndef __cplusplus #error "string.hpp requires C++ compilation" #endif @@ -179,5 +175,3 @@ inline int valid(String const & str) } #endif - -#endif -- cgit v1.3