mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Bump redbean to 2.0.9
This commit is contained in:
parent
896db8843f
commit
727d9cbf56
8 changed files with 156 additions and 157 deletions
|
@ -738,6 +738,7 @@ static void LuaCompress2(lua_State *L, void *dest, size_t *destLen,
|
|||
}
|
||||
}
|
||||
|
||||
// VERY DEPRECATED - PLEASE DO NOT USE
|
||||
int LuaCompress(lua_State *L) {
|
||||
size_t n, m;
|
||||
char *q, *e;
|
||||
|
@ -766,6 +767,7 @@ int LuaCompress(lua_State *L) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
// VERY DEPRECATED - PLEASE DO NOT USE
|
||||
int LuaUncompress(lua_State *L) {
|
||||
int rc;
|
||||
char *q;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue