Updates for latest ACC changes.

committer: mfx <mfx> 1058050328 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-07-12 22:52:08 +00:00
parent 48846c7226
commit a3bb8f00fd
13 changed files with 138 additions and 207 deletions
+4 -3
View File
@@ -89,7 +89,7 @@ private:
// exceptions & RTTI
**************************************************************************/
#if defined(__DMC__)
#if defined(__DMC__) && (__DMC__ < 0x834)
#include <new.h>
#include <typeinfo.h>
@@ -102,8 +102,7 @@ public:
virtual ~exception() NOTHROW { }
virtual const char* what() const NOTHROW { return "exception"; }
};
class bad_alloc { };
};
}
#else
@@ -116,6 +115,8 @@ class bad_alloc { };
#if defined(__BORLANDC__)
using namespace std;
#elif defined(__DMC__)
namespace std { class bad_alloc { }; }
#elif defined(__EMX__)
#define std
#elif defined(__WATCOMC__)