mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
wasm: change StructBinder signature for sqlite3_file::pMethods from 'P' to 'p' to eliminate an unnecessary and inconsistent level of magic.
FossilOrigin-Name: 85f2e877e53899860af4dc6630044b471a9c7c82faba1f4e1e60ae991460b943
This commit is contained in:
@ -503,7 +503,7 @@ const char * sqlite3_wasm_enum_json(void){
|
||||
|
||||
#define CurrentStruct sqlite3_file
|
||||
StructBinder {
|
||||
M(pMethods,"P");
|
||||
M(pMethods,"p");
|
||||
} _StructBinder;
|
||||
#undef CurrentStruct
|
||||
|
||||
|
Reference in New Issue
Block a user