Changeset 165 for trunk/src/lib
- Timestamp:
- 07/16/13 23:40:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lua.cc
r164 r165 27 27 # define NV_LUA_FUN_51( rtype, fname, fparams ) 28 28 # define NV_LUA_FUN_52 NV_LUA_FUN 29 #elif NV_LUA_VERSION == NV_LUA_51 30 # define NV_LUA_FUN_51 NV_LUA_FUN 31 # define NV_LUA_FUN_52( rtype, fname, fparams ) 29 32 #else 30 # define NV_LUA_FUN_51 NV_LUA_FUN31 # define NV_LUA_FUN_52( rtype, fname, fparams ) 33 # define NV_LUA_FUN_51( rtype, fname, fparams ) 34 # define NV_LUA_FUN_52( rtype, fname, fparams ) 32 35 #endif 33 36 … … 48 51 # define NV_LUA_FUN_51( rtype, fname, fparams ) 49 52 # define NV_LUA_FUN_52 NV_LUA_FUN 53 # elif NV_LUA_VERSION == NV_LUA_51 54 # define NV_LUA_FUN_51 NV_LUA_FUN 55 # define NV_LUA_FUN_52( rtype, fname, fparams ) 50 56 # else 51 # define NV_LUA_FUN_51 NV_LUA_FUN57 # define NV_LUA_FUN_51( rtype, fname, fparams ) 52 58 # define NV_LUA_FUN_52( rtype, fname, fparams ) 53 59 # endif 54 60 55 # include <nv/lib/detail/lua_functions.inc>61 # include <nv/lib/detail/lua_functions.inc> 56 62 57 # undef NV_LUA_FUN58 # undef NV_LUA_FUN_5159 # undef NV_LUA_FUN_5263 # undef NV_LUA_FUN 64 # undef NV_LUA_FUN_51 65 # undef NV_LUA_FUN_52 60 66 return true; 61 67 }
Note: See TracChangeset
for help on using the changeset viewer.