Ticket #30065: heimdal-1.3.3-sqlite3-gcc-llvm.patch
File heimdal-1.3.3-sqlite3-gcc-llvm.patch, 381 bytes (added by christopher.owen@…, 13 years ago) |
---|
-
sqlite3.c
old new 330 330 * requires the #include of specific headers which differs between 331 331 * platforms. 332 332 */ 333 #define SQLITE_INT_TO_PTR(X) ((void*) &((char*)0)[X])333 #define SQLITE_INT_TO_PTR(X) ((void*)(X)) 334 334 #define SQLITE_PTR_TO_INT(X) ((int)(((char*)X)-(char*)0)) 335 335 336 336 /*