aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorMax Horn2002-11-10 13:16:59 +0000
committerMax Horn2002-11-10 13:16:59 +0000
commit5b7c29e4e623d46b6ddc4eb03d71483e918b3a43 (patch)
tree0485a94c246c1f5e0e0d067e1406cc755c684d59 /common/scummsys.h
parentade86f45df69c2ca56b8e538e0758e0c4bf63f07 (diff)
downloadscummvm-rg350-5b7c29e4e623d46b6ddc4eb03d71483e918b3a43.tar.gz
scummvm-rg350-5b7c29e4e623d46b6ddc4eb03d71483e918b3a43.tar.bz2
scummvm-rg350-5b7c29e4e623d46b6ddc4eb03d71483e918b3a43.zip
added FIXME comment
svn-id: r5486
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h2
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);