[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kjs
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2009-01-11 22:31:38
Message-ID: 1231713098.818404.27196.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 909625 by sebsauer:

compile also with KJS_VERBOSE defined

 M  +1 -1      Parser.cpp  
 M  +1 -1      global.h.cmake  


--- trunk/KDE/kdelibs/kjs/Parser.cpp #909624:909625
@@ -123,7 +123,7 @@
     }
 
 #ifdef KJS_VERBOSE
-  fprintf( stderr, "%s\n", prog->toString().ascii() );
+  fprintf( stderr, "%s\n", m_progNode->toString().ascii() );
 #endif
 }
 
--- trunk/KDE/kdelibs/kjs/global.h.cmake #909624:909625
@@ -71,7 +71,7 @@
 #ifndef NDEBUG // protection against problems if committing with KJS_VERBOSE on
 
 // Uncomment this to enable very verbose output from KJS
-//#define KJS_VERBOSE
+#define KJS_VERBOSE
 // Uncomment this to debug memory allocation and garbage collection
 //#define KJS_DEBUG_MEM
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic