diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 0067d62d60..c9763e4860 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -359,6 +359,8 @@ const bool true(1), false(0); /* Initialized operator new */ +// FIXME - get rid of these new/delete overrides!!! They conflict with the +// Standard C++ library, and they are only there to support lazy programmers anyway. void * operator new(size_t size); void operator delete(void *ptr); |