lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>Should some pieces of Lua such as the instruction size shift to using
>stdint.h?

stdint.h is part of C99 but not of C89, which is the ANSI C Lua uses.
--lhf