[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Sun Nov 10 05:18:01 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv16952

Modified Files:
	scummsys.h 
Log Message:
added FIXME comment

Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- scummsys.h	27 Oct 2002 01:12:08 -0000	1.7
+++ scummsys.h	10 Nov 2002 13:16:59 -0000	1.8
@@ -359,6 +359,8 @@
 
 
 /* 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);
 





More information about the Scummvm-git-logs mailing list