third attempo to commit, same changes, ie director + nested but no extra shift/reduce

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6518 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-26 06:53:04 +00:00
commit 0a1dd2a422
2 changed files with 8 additions and 9 deletions

View file

@ -9,7 +9,6 @@ class A { int x; };
class B {
class C { int y; }; //generates a warning
class D : public A { int z; }; //ok
class E : public A { int z; } e; //ok
};
%}