LUA_ANSI
#if !defined(LUA_ANSI) && defined(__STRICT_ANSI__)
#if !defined(LUA_ANSI) && defined(_WIN32) && !defined(_WIN32_WCE)
#if defined(LUA_NUMBER_DOUBLE) && !defined(LUA_ANSI) /* { */