• antirez's avatar
    mt.declared is no longer needed. · d86c4a7b
    antirez authored
    Lua global protection can now be simpified becuase we no longer have the
    global() function. It's useless to occupy memory with this table, it is
    also not faster because the metamethods we use are only called when a
    global object does not exist or we are trying to create it from a
    script.
    d86c4a7b
scripting.c 31.8 KB