mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Polish redbean serialization
This commit is contained in:
parent
7aafa64ab3
commit
2d1731b995
24 changed files with 828 additions and 158 deletions
16
third_party/lua/visitor.h
vendored
Normal file
16
third_party/lua/visitor.h
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef COSMOPOLITAN_THIRD_PARTY_LUA_VISITOR_H_
|
||||
#define COSMOPOLITAN_THIRD_PARTY_LUA_VISITOR_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct LuaVisited {
|
||||
int n;
|
||||
const void **p;
|
||||
};
|
||||
|
||||
bool LuaPushVisit(struct LuaVisited *, const void *);
|
||||
void LuaPopVisit(struct LuaVisited *);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_THIRD_PARTY_LUA_VISITOR_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue