Remove _wrap from .R files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10105 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dc4983afb0
commit
cd9c301b48
10 changed files with 15 additions and 10 deletions
|
|
@ -854,7 +854,7 @@ int R::DumpCode(Node *n, String *module) {
|
|||
|
||||
|
||||
/* The name of the file in which we will generate the S code. */
|
||||
Printf(output_filename, "%s%s_wrap.R", SWIG_output_directory(), module);
|
||||
Printf(output_filename, "%s%s.R", SWIG_output_directory(), module);
|
||||
|
||||
#ifdef R_SWIG_VERBOSE
|
||||
Printf(stderr, "Writing S code to %s\n", output_filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue