Small conf.h update.

This commit is contained in:
Markus F.X.J. Oberhumer
2009-01-01 13:40:52 +01:00
parent 5ed689ceb0
commit 57a64de023
3 changed files with 3 additions and 7 deletions
-4
View File
@@ -97,10 +97,6 @@ namespace std { class bad_alloc { }; }
#elif (ACC_CC_SYMANTECC)
#define std
class bad_alloc { };
#elif (ACC_CC_WATCOMC && (__WATCOMC__ >= 1280))
#elif (ACC_CC_WATCOMC)
#define std
class bad_alloc { };
#endif