mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
305 B
C++
11 lines
305 B
C++
--- common/mem.h.orig 2012-12-04 02:03:33 UTC
|
|
+++ common/mem.h
|
|
@@ -123,7 +123,7 @@ char *dmem_copy_string(const char *file,
|
|
#endif
|
|
|
|
#if HAVE_HEADER_NEW || HAVE_NEW_H
|
|
-#define THROW_BAD_ALLOC throw(std::bad_alloc)
|
|
+#define THROW_BAD_ALLOC //throw(std::bad_alloc)
|
|
#else
|
|
#define THROW_BAD_ALLOC
|
|
#endif
|