change the logic for the test. As it was, it always failed

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9258 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Joseph Wang 2006-08-26 20:23:11 +00:00
commit a7207e3b89

View file

@ -15,7 +15,7 @@ see bottom for a set of possible tests
SWIGWARN_IGNORE_OPERATOR_LOR);
#endif
#if !defined(SWIGLUA) || !defined(SWIGPERL)
#if !defined(SWIGLUA) && !defined(SWIGPERL) && !defined(SWIGR)
%rename(Equal) operator =;
%rename(PlusEqual) operator +=;
%rename(MinusEqual) operator -=;