mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Make redbean serialization deterministic
This commit is contained in:
parent
85aecbda67
commit
c9e68b0ebc
15 changed files with 452 additions and 150 deletions
2
third_party/lua/visitor.h
vendored
2
third_party/lua/visitor.h
vendored
|
@ -8,7 +8,7 @@ struct LuaVisited {
|
|||
const void **p;
|
||||
};
|
||||
|
||||
bool LuaPushVisit(struct LuaVisited *, const void *);
|
||||
int LuaPushVisit(struct LuaVisited *, const void *);
|
||||
void LuaPopVisit(struct LuaVisited *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue