php keyword fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-11-26 08:38:49 +00:00
commit 3d786499d0
8 changed files with 16 additions and 17 deletions

View file

@ -3,12 +3,12 @@
// Ruby used to fail on the ordering of the two Class declarations below
struct Class {
int var;
int variable;
};
%{
struct Class {
int var;
int variable;
};
%}