From: Harley L. <los...@us...> - 2013-06-06 19:22:52
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The KallistiOS port of Lua.". The branch, 5.2 has been updated via c7ade45add9464c2c0fbd2e57ae3e659970f6912 (commit) from 553f7a82a2fcd4ad4baf8e360b43d13c82f1e5d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c7ade45add9464c2c0fbd2e57ae3e659970f6912 Author: Harley Laue <los...@gm...> Date: Thu Jun 6 14:21:36 2013 -0500 And I think this gets 5.2 to a working state ----------------------------------------------------------------------- Summary of changes: include/luaconf.h | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/include/luaconf.h b/include/luaconf.h index e4335df..b39516a 100644 --- a/include/luaconf.h +++ b/include/luaconf.h @@ -74,6 +74,12 @@ #endif +#if defined(LUA_USE_DREAMCAST) || defined(__arch_dreamcast) +#define LUA_USE_LONGLONG /* assume support for long long */ +#define LUA_USE_ISATTY +#define LUA_USE_GMTIME_R +#endif + /* @@ LUA_PATH_DEFAULT is the default path that Lua uses to look for @@ -540,7 +546,9 @@ ** without modifying the main part of the file. */ - +/* These don't work on the Dreamcast */ +#undef LUA_IEEE754TRICK +#undef LUA_NUMBER_DOUBLE #endif hooks/post-receive -- The KallistiOS port of Lua. |