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

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

SVN commit 1095274 by orlovich:

Fix Win32 build problem reported by SaroEngels.


 M  +3 -2      regexp.cpp  


--- branches/KDE/4.4/kdelibs/kjs/regexp.cpp #1095273:1095274
@@ -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