mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 22:10:27 +00:00
parent
4d3195f57a
commit
b16b332539
70 changed files with 532 additions and 1047 deletions
10
third_party/lua/lobject.h
vendored
10
third_party/lua/lobject.h
vendored
|
@ -4,17 +4,13 @@
|
|||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef lobject_h
|
||||
#define lobject_h
|
||||
|
||||
#include "third_party/lua/llimits.h"
|
||||
#include "third_party/lua/lua.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
#include "llimits.h"
|
||||
#include "lua.h"
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
** Extra types for collectable non-values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue