1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +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:
stephan
2022-09-26 11:34:31 +00:00
parent 395012e58e
commit 6a643e4bcd
4 changed files with 12 additions and 15 deletions

View File

@ -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