fix php keyword warnings

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8528 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-23 21:46:49 +00:00
commit f6bf2ec2fa
4 changed files with 16 additions and 11 deletions

View file

@ -66,6 +66,11 @@ see bottom for a set of possible tests
%}
#endif
#ifdef SWIGPHP4
%rename(AndOperator) operator &&;
%rename(OrOperator) operator ||;
#endif
%inline %{
#if defined(_MSC_VER)