We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9241b00 commit 293d647Copy full SHA for 293d647
libsql-sqlite3/src/sqliteInt.h
@@ -894,7 +894,7 @@ typedef INT16_TYPE LogEst;
894
# define SQLITE_PTRSIZE __SIZEOF_POINTER__
895
# elif defined(i386) || defined(__i386__) || defined(_M_IX86) || \
896
defined(_M_ARM) || defined(__arm__) || defined(__x86) || \
897
- (defined(__APPLE__) && defined(__POWERPC__)) || \
+ (defined(__APPLE__) && defined(__ppc__)) || \
898
(defined(__TOS_AIX__) && !defined(__64BIT__))
899
# define SQLITE_PTRSIZE 4
900
# else
0 commit comments