remove extern symbol that was causing errors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9229 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9a6a77c6c0
commit
db17b68938
1 changed files with 0 additions and 2 deletions
|
|
@ -1708,8 +1708,6 @@ int R::functionWrapper(Node *n) {
|
|||
if (debugMode)
|
||||
Printf(stderr, "Adding a .copy argument to %s for %s = %s\n",
|
||||
iname, type, addCopyParam ? "yes" : "no");
|
||||
if (inCPlusMode)
|
||||
Printv(f->def, "extern \"C\" ", NIL);
|
||||
|
||||
Printv(f->def, "SWIGINTERN SEXP\n", wname, " ( ", NIL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue