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

List:       kde-commits
Subject:    KDE/kdelibs/kjs
From:       Maks Orlovich <maksim () kde ! org>
Date:       2010-02-23 22:34:39
Message-ID: 1266964479.222567.24733.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1095276 by orlovich:

automatically merged revision 1095274:
Fix Win32 build problem reported by SaroEngels.

 M  +3 -2      regexp.cpp  


--- trunk/KDE/kdelibs/kjs/regexp.cpp #1095275:1095276
@@ -38,12 +38,13 @@
 #if HAVE(SYS_TIME_H)
 #include <sys/time.h>
 #include <sys/resource.h>
+
+static const rlim_t sWantedStackSizeLimit = 32*1024*1024;
+
 #endif
 
 using WTF::Vector;
 
-static const rlim_t sWantedStackSizeLimit = 32*1024*1024;
-
 // GCC cstring uses these automatically, but not all implementations do.
 using std::strlen;
 using std::strcpy;
[prev in list] [next in list] [prev in thread] [next in thread] 

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