Skip to content

Commit

Permalink
Rename "struct Global" to "struct Global_" to avoid PHP keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Feb 19, 2014
1 parent 1aa6220 commit ae14ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/test-suite/nested_scope.i
Expand Up @@ -6,7 +6,8 @@

%inline %{
namespace ns {
struct Global {
// "global" is a case-insensitive keyword in PHP.
struct Global_ {
#ifdef __clang__
struct Outer {
struct Nested;
Expand Down

0 comments on commit ae14ad0

Please sign in to comment.