From 5b7c29e4e623d46b6ddc4eb03d71483e918b3a43 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 10 Nov 2002 13:16:59 +0000 Subject: added FIXME comment svn-id: r5486 --- common/scummsys.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') 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); -- cgit v1.2.3