Fixed bizarre parsing problem related to typenames.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@349 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-03-21 05:52:59 +00:00
commit 3a3f006de7

View file

@ -1782,6 +1782,7 @@ edecl : ID {
// OLD create_constant($1, temp_typeptr, $4.id);
create_constant($1, temp_typeptr, $1);
delete temp_typeptr;
scanner_ignore_typedef();
}
| empty { }
;