SWIG no longer generates temporary files.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2490d5ba4a
commit
ef5e8a5b09
9 changed files with 264 additions and 421 deletions
|
|
@ -237,7 +237,7 @@ void RUBY::set_module(char *mod_name, char **mod_list) {
|
|||
}
|
||||
|
||||
|
||||
static void insert_file(char *filename, FILE *file) {
|
||||
static void insert_file(char *filename, DOHFile *file) {
|
||||
if (Swig_insert_file(filename, file) == -1) {
|
||||
Printf(stderr,
|
||||
"SWIG : Fatal error. "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue