diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-18 21:32:34 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | c948a593912fef46e2cea6da9b0dd0c7c36054c7 (patch) | |
| tree | 270cb3dd7b3d5bbcd29d9dd8284f183e97a7aac8 /src/win95/hash_tem.hpp | |
| parent | 02db356511621b7b9db3f0e05dcc92924d9eadde (diff) | |
Removed Watcom Compiler support.
Diffstat (limited to 'src/win95/hash_tem.hpp')
| -rw-r--r-- | src/win95/hash_tem.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/win95/hash_tem.hpp b/src/win95/hash_tem.hpp index 30df53e..bc25f53 100644 --- a/src/win95/hash_tem.hpp +++ b/src/win95/hash_tem.hpp @@ -839,17 +839,8 @@ template <class TYPE> class HashTable; #define HT_WATCOM_DEFINE_FOR_SIMPLE_TYPE(TYPE) \ class HashTable<TYPE> HT_DEFINITION(TYPE,TYPE,TYPE) -#ifdef __WATCOMC__ - -//watcom generartes errors if template<> is added to the start of the line - Richard. -#define HT_DEFINE_FOR_SIMPLE_TYPE(SIMPLE_TYPE) HT_WATCOM_DEFINE_FOR_SIMPLE_TYPE(SIMPLE_TYPE) - -#else - #define HT_DEFINE_FOR_SIMPLE_TYPE(SIMPLE_TYPE) template<> HT_WATCOM_DEFINE_FOR_SIMPLE_TYPE(SIMPLE_TYPE) -#endif - HT_DEFINE_FOR_SIMPLE_TYPE(unsigned long) HT_DEFINE_FOR_SIMPLE_TYPE(signed long) HT_DEFINE_FOR_SIMPLE_TYPE(unsigned) |
