Revert unnecessary changes in keyword_rename test

This commit is contained in:
William S Fulton 2014-02-27 20:23:32 +00:00
commit 52c106d27f

View file

@ -32,10 +32,8 @@ KW(go, defer)
KW(chan, fallthrough)
/* Lua keywords */
#ifdef SWIGLUA
KW(end, function)
KW(nil,local)
#endif
%}