[Scummvm-cvs-logs] CVS: scummvm/common scummsys.h,1.13,1.14
Max Horn
fingolfin at users.sourceforge.net
Sun Dec 1 12:35:32 CET 2002
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv3733/common
Modified Files:
scummsys.h
Log Message:
OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard
Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- scummsys.h 30 Nov 2002 16:23:54 -0000 1.13
+++ scummsys.h 1 Dec 2002 20:29:20 -0000 1.14
@@ -26,11 +26,6 @@
// TODO - use config.h, generated by configure
//#include "config.h"
-#if defined(HAVE_NO_BOOL)
-typedef int bool;
-const bool true(1), false(0);
-#endif /* HAVE_NO_BOOL */
-
#if defined(USE_MAD) || defined(USE_VORBIS)
#define COMPRESSED_SOUND_FILE
#endif
More information about the Scummvm-git-logs
mailing list