mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 08:47:16 +00:00
exclude sys/type.h
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2428 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
1
components/external/lua/lua/ldump.c
vendored
1
components/external/lua/lua/ldump.c
vendored
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#define ldump_c
|
||||
|
||||
5
components/external/lua/lua/luaconf.h
vendored
5
components/external/lua/lua/luaconf.h
vendored
@@ -894,11 +894,6 @@ union luai_Cast { double l_d; long l_l; };
|
||||
** without modifying the main part of the file.
|
||||
*/
|
||||
|
||||
#if !defined(LUA_CROSS_COMPILER)
|
||||
typedef short int16_t;
|
||||
typedef long int32_t;
|
||||
#endif
|
||||
|
||||
/* If you define the next macro you'll get the ability to set rotables as
|
||||
metatables for tables/userdata/types (but the VM might run slower)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user