derick Tue Nov 14 14:41:10 2006 UTC
Modified files:
/php-src/ext/standard basic_functions.h
Log:
- No idea if we actually support 16 bit systems, but this just looked wrong
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.h?r1=1.150&r2=1.151&diff_format=u
Index: php-src/ext/standard/basic_functions.h
diff -u php-src/ext/standard/basic_functions.h:1.150
php-src/ext/standard/basic_functions.h:1.151
--- php-src/ext/standard/basic_functions.h:1.150 Fri Jul 21 23:29:25 2006
+++ php-src/ext/standard/basic_functions.h Tue Nov 14 14:41:09 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: basic_functions.h,v 1.150 2006/07/21 23:29:25 andrei Exp $ */
+/* $Id: basic_functions.h,v 1.151 2006/11/14 14:41:09 derick Exp $ */
#ifndef BASIC_FUNCTIONS_H
#define BASIC_FUNCTIONS_H
@@ -147,7 +147,7 @@
#elif SIZEOF_LONG == 4
/* 16-bit systems? */
typedef unsigned long php_uint32;
-typedef signed int php_int32;
+typedef signed long php_int32;
#else
#error Need type which holds 32 bits
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php