updated on Sat Jan 14 04:03:48 UTC 2012
[aur-mirror.git] / ccscript3 / ccscript3-1.1.7-gcc44.patch
blobd2f023208f00cb3e1a04223079747a18afde31bb
1 --- a/optional/odbc/thread.cpp 2009-07-06 03:56:14.000000000 -0700
2 +++ b/optional/odbc/thread.cpp 2009-07-06 03:56:14.000000000 -0700
3 @@ -64,7 +64,7 @@
4 SQLCHAR errmsg[128];
5 SQLSMALLINT mlen, col, cols;
6 #if ODBCVER >= 0x0300 && !defined(__ppc__)
7 - SQLINTEGER rowcnt;
8 + long int rowcnt;
9 #else
10 long int rowcnt;
11 #endif
12 --- a/src/script3.h 2007-08-11 04:39:53.000000000 -0700
13 +++ b/src/script3.h 2009-07-06 04:10:28.000000000 -0700
14 @@ -40,6 +40,7 @@
15 * @short Threaded step execute scripting engine framework.
16 **/
18 +#include <cstdlib>
20 #ifndef CCXX_SCRIPT3_H_
21 #define CCXX_SCRIPT3_H_