Commit 42029de3 authored by unknown's avatar unknown

reverted

fixed in 4.0 properly

parent d7d01204
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
with gcc 3.0.x to avoid including libstdc++ with gcc 3.0.x to avoid including libstdc++
*/ */
#ifdef USE_MYSYS_NEW
#include "mysys_priv.h" #include "mysys_priv.h"
#ifdef USE_MYSYS_NEW
void *operator new (size_t sz) void *operator new (size_t sz)
{ {
return (void *) malloc (sz ? sz : 1); return (void *) malloc (sz ? sz : 1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment