This commit is contained in:
Alex Garcia 2024-11-12 22:03:57 -08:00
parent 1a21336ae5
commit 26fbdf22eb

View file

@ -106,7 +106,7 @@ typedef size_t usize;
#endif #endif
#ifndef SQLITE_INDEX_CONSTRAINT_OFFSET #ifndef SQLITE_INDEX_CONSTRAINT_OFFSET
#define SQLITE_INDEX_CONSTRAINT_LIMIT 74 #define SQLITE_INDEX_CONSTRAINT_OFFSET 74
#endif #endif
#define countof(x) (sizeof(x) / sizeof((x)[0])) #define countof(x) (sizeof(x) / sizeof((x)[0]))