Changeset 318

Show
Ignore:
Timestamp:
01/14/07 12:07:13 (2 years ago)
Author:
goodea
Message:

save a few bytes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/lua51/luaconf.h

    r270 r318  
    335335** access vararg parameters (instead of the old 'arg' table). 
    336336*/ 
    337 #define LUA_COMPAT_VARARG 
     337#undef LUA_COMPAT_VARARG 
    338338 
    339339/* 
     
    342342** the new '%' operator instead of 'math.mod'. 
    343343*/ 
    344 #define LUA_COMPAT_MOD 
     344#undef LUA_COMPAT_MOD 
    345345 
    346346/* 
     
    350350** off the advisory error when nesting [[...]]. 
    351351*/ 
    352 #define LUA_COMPAT_LSTR                1 
     352#undef LUA_COMPAT_LSTR 
    353353 
    354354/* 
     
    357357** 'string.gmatch'. 
    358358*/ 
    359 #define LUA_COMPAT_GFIND 
     359#undef LUA_COMPAT_GFIND 
    360360 
    361361/* 
     
    365365** your uses of 'luaL_openlib' 
    366366*/ 
    367 #define LUA_COMPAT_OPENLIB 
     367#undef LUA_COMPAT_OPENLIB 
    368368 
    369369