php keyword fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7ff35f487a
commit
473da5b297
8 changed files with 16 additions and 17 deletions
|
|
@ -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;
|
||||
};
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue