added defined

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5550 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-12-12 08:25:10 +00:00
commit cbcd8925df

View file

@ -50,8 +50,10 @@ RUBYKW(next);
RUBYKW(return);
RUBYKW(until);
/* swig doesn't like this one */
// RUBYKW(defined);
/* swig doesn't like this one in a macro, adding it by hand */
//RUBYKW(defined);
%namewarn("314: defined is a ruby keyword") "defined";
#undef RUBYKW