[Scummvm-cvs-logs] SF.net SVN: scummvm:[54067] scummvm/trunk/gui/debugger.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Thu Nov 4 17:09:21 CET 2010


Revision: 54067
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54067&view=rev
Author:   wjpalenstijn
Date:     2010-11-04 16:09:20 +0000 (Thu, 04 Nov 2010)

Log Message:
-----------
GUI: Fix build with readline enabled

Modified Paths:
--------------
    scummvm/trunk/gui/debugger.cpp

Modified: scummvm/trunk/gui/debugger.cpp
===================================================================
--- scummvm/trunk/gui/debugger.cpp	2010-11-04 15:58:53 UTC (rev 54066)
+++ scummvm/trunk/gui/debugger.cpp	2010-11-04 16:09:20 UTC (rev 54067)
@@ -23,6 +23,9 @@
  *
  */
 
+// NB: This is really only necessary if USE_READLINE is defined
+#define FORBIDDEN_SYMBOL_ALLOW_ALL
+
 #include "common/debug.h"
 #include "common/debug-channels.h"
 #include "common/system.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