Fixed [ 850666 ] #include extra line added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5429 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f7d52ef6df
commit
bc81e745c0
1 changed files with 2 additions and 2 deletions
|
|
@ -1338,7 +1338,7 @@ Preprocessor_parse(String *s)
|
|||
}
|
||||
s2 = Preprocessor_parse(s1);
|
||||
addline(ns,s2,allow);
|
||||
Printf(ns,"\n]\n");
|
||||
Printf(ns,"\n]");
|
||||
if (dirname) {
|
||||
Swig_pop_directory();
|
||||
}
|
||||
|
|
@ -1468,7 +1468,7 @@ Preprocessor_parse(String *s)
|
|||
Preprocessor_undef("WRAPEXTERN");
|
||||
}
|
||||
addline(ns,s2,allow);
|
||||
Printf(ns,"\n]\n");
|
||||
Printf(ns,"\n]");
|
||||
Delete(s2);
|
||||
Delete(s1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue