[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-08-19 15:09:17
Message-ID: 1250694557.563135.1049.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1013324 by sebsauer:

compile also if KJS_VERBOSE was defined in value.h

 M  +4 -3      Parser.cpp  


--- trunk/KDE/kdelibs/kjs/Parser.cpp #1013323:1013324
@@ -24,15 +24,16 @@
 
 #include "Parser.h"
 #include <config.h>
-#ifdef KJS_VERBOSE
-#include <stdio.h>
-#endif
 
 #include "lexer.h"
 #include "nodes.h"
 #include <wtf/HashSet.h>
 #include <wtf/Vector.h>
 
+#ifdef KJS_VERBOSE
+#include <stdio.h>
+#endif
+
 extern int kjsyyparse();
 
 namespace KJS {
[prev in list] [next in list] [prev in thread] [next in thread] 

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