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:
Dave Beazley 2003-11-28 18:08:13 +00:00
commit bc81e745c0

View file

@ -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);
}