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:
parent
7edd12aa3b
commit
f6bf2ec2fa
4 changed files with 16 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue