Fixed residual to work on win32 (asside from the HASH problem that seems unused)

This commit is contained in:
Vincent Hamm 2003-08-25 21:31:24 +00:00
parent c481d9e274
commit ea46dd5076

View File

@ -29,7 +29,7 @@
** GREP LUA_NUMBER to change that
*/
#ifndef LUA_NUM_TYPE
#define LUA_NUM_TYPE double
#define LUA_NUM_TYPE float
#endif
/*