mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
Roberto Ierusalimschy
f722ba6890
code should not use "defined" types, but "typedef"s types when they
are available (i.e., after including lua.h) + small changes to make conversions more portable across diferent types for lua_Number (long double) and lua_Unsigned (long long unsigned)
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%