fix smart_pointer + members
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
73b6214c6c
commit
77a6f33d98
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class Allocate : public Dispatcher {
|
|||
if (Strcmp(nodeType(c),"cdecl") == 0) {
|
||||
if (!Getattr(c,"feature:ignore")) {
|
||||
String *storage = Getattr(c,"storage");
|
||||
if (!((Cmp(storage,"static") == 0) || (Cmp(storage,"typedef") == 0))) {
|
||||
if (!((Cmp(storage,"typedef") == 0))) {
|
||||
String *name = Getattr(c,"name");
|
||||
String *symname = Getattr(c,"sym:name");
|
||||
Node *e = Swig_symbol_clookup_local(name,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue