[Scummvm-cvs-logs] SF.net SVN: scummvm:[38687] scummvm/trunk/backends/platform/psp/portdefs.h
joostp at users.sourceforge.net
joostp at users.sourceforge.net
Sat Feb 21 13:08:52 CET 2009
Revision: 38687
http://scummvm.svn.sourceforge.net/scummvm/?rev=38687&view=rev
Author: joostp
Date: 2009-02-21 12:08:52 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
disable BREAKPOINT macro and remove exit() macro, as they conflict with SCI building (and aren't used anymore anyway)
Modified Paths:
--------------
scummvm/trunk/backends/platform/psp/portdefs.h
Modified: scummvm/trunk/backends/platform/psp/portdefs.h
===================================================================
--- scummvm/trunk/backends/platform/psp/portdefs.h 2009-02-21 11:53:27 UTC (rev 38686)
+++ scummvm/trunk/backends/platform/psp/portdefs.h 2009-02-21 12:08:52 UTC (rev 38687)
@@ -44,11 +44,10 @@
#include "trace.h"
-#define BREAKPOINT asm("break\n")
+//#define BREAKPOINT asm("break\n")
//#define printf pspDebugScreenPrintf
-#define exit(x) printf("exit() called\n"); sceKernelSleepThread();
#endif /* PORTDEFS_H */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list