[Scummvm-cvs-logs] CVS: scummvm/scumm debugger.h,1.29,1.30

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Oct 26 09:54:02 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv6894

Modified Files:
	debugger.h 
Log Message:
Use #if USE_CONSOLE instead of #ifdef USE_CONSOLE since that's how we do
everywhere else


Index: debugger.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- debugger.h	12 Oct 2003 17:49:52 -0000	1.29
+++ debugger.h	26 Oct 2003 17:50:45 -0000	1.30
@@ -104,7 +104,7 @@
 	void printBox(int box);
 	void drawBox(int box);
 
-#ifdef USE_CONSOLE
+#if USE_CONSOLE
 	static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
 	static bool debuggerCompletionCallback(ConsoleDialog *console, const char *input, char*& completion, void *refCon);
 #endif





More information about the Scummvm-git-logs mailing list