fix for 'template struct Opaque1 Type2
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6436 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c7982bbdc8
commit
7dfcb56369
2 changed files with 11 additions and 2 deletions
|
|
@ -1329,7 +1329,7 @@ SwigType *Swig_symbol_typedef_reduce(SwigType *ty, Symtab *tab) {
|
|||
Symtab *ntab;
|
||||
SwigType *nt = Copy(Getattr(n,"type"));
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
/* Fix for case 'typedef struct Hello hello;' */
|
||||
{
|
||||
const char* dclass[3] = {"struct ", "union ", "class "};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue