remove const for type names
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6320 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e16136ee00
commit
d92387b42f
1 changed files with 2 additions and 2 deletions
|
|
@ -1696,8 +1696,8 @@ SwigType_emit_type_table(File *f_forward, File *f_table) {
|
|||
lt = Getattr(r_ltype,ki.key);
|
||||
rt = SwigType_typedef_resolve_all(lt);
|
||||
/* we save the original type and the fully resolved version */
|
||||
ln = SwigType_str(lt,0);
|
||||
rn = SwigType_str(rt,0);
|
||||
ln = SwigType_lstr(lt,0);
|
||||
rn = SwigType_lstr(rt,0);
|
||||
if (Strcmp(ln,rn) == 0) {
|
||||
nt = NewStringf("%s", ln);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue