diff options
Diffstat (limited to 'devel/aegis/files/patch-common_mem.h')
-rw-r--r-- | devel/aegis/files/patch-common_mem.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/aegis/files/patch-common_mem.h b/devel/aegis/files/patch-common_mem.h deleted file mode 100644 index 6fa053d3825b..000000000000 --- a/devel/aegis/files/patch-common_mem.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |