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:
parent
11b192af09
commit
3a3f006de7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 { }
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue