aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 24c1a4d691..ea25c0f835 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -310,7 +310,8 @@ END_OF_MAIN();
#endif // WIN32_WCE
-#if !defined(__PALM_OS__) && !defined(MACOSX) && !defined(_WIN32_WCE)
+/*
+#if !defined(__PALM_OS__) && !defined(_WIN32_WCE)
void *operator new(size_t size) {
return memset(malloc(size), 0xE7, size);
}
@@ -331,3 +332,4 @@ void free_check(void *ptr) {
free(ptr);
}
#endif
+*/