Author: adamg Date: Sat Feb 19 23:19:58 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - Change # define LL_MASK l to # define LL_MASK "l"
---- Files affected: SOURCES: php-pecl-PDO_FIREBIRD-quotation.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/php-pecl-PDO_FIREBIRD-quotation.patch diff -u /dev/null SOURCES/php-pecl-PDO_FIREBIRD-quotation.patch:1.1 --- /dev/null Sun Feb 20 00:19:58 2005 +++ SOURCES/php-pecl-PDO_FIREBIRD-quotation.patch Sun Feb 20 00:19:53 2005 @@ -0,0 +1,16 @@ +Index: php_pdo_firebird_int.h +=================================================================== +RCS file: /repository/pecl/pdo_firebird/php_pdo_firebird_int.h,v +retrieving revision 1.8 +diff -u -r1.8 php_pdo_firebird_int.h +--- php_pdo_firebird_int.h 23 Jun 2004 13:26:08 -0000 1.8 ++++ php_pdo_firebird_int.h 19 Feb 2005 23:13:06 -0000 +@@ -34,7 +34,7 @@ + #define SHORT_MAX (1 << (8*sizeof(short)-1)) + + #if SIZEOF_LONG == 8 +-# define LL_MASK l ++# define LL_MASK "l" + # define LL_LIT(lit) lit ## L + #else + # ifdef PHP_WIN32 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
