lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


The complete diffs from Lua 5.3.3 to Lua 5.3.4-rc1 are available at
        http://www.lua.org/work/diffs-lua-5.3.3-lua-5.3.4-rc1.txt
        http://www.lua.org/work/diffs-lua-5.3.3-lua-5.3.4-rc1.html


 +/* true when 't' is using 'dummynode' as its hash part */
 +#define isdummy(t) ((t)->lastfree == NULL)
 +

The macro isdummy doesn't depend on the dummynode . +1 :)