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:
Joseph Wang 2006-07-29 06:29:10 +00:00
commit db17b68938

View file

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