File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ void FORTRAN::write_wrapper(String *filename) {
925
925
File *out = NewFile (filename, " w" , SWIG_output_files ());
926
926
if (!out) {
927
927
FileErrorDisplay (filename);
928
- SWIG_exit (EXIT_FAILURE);
928
+ Exit (EXIT_FAILURE);
929
929
}
930
930
931
931
// Write SWIG auto-generation banner
@@ -960,7 +960,7 @@ void FORTRAN::write_header(String *filename, String *include_guard) {
960
960
File *out = NewFile (filename, " w" , SWIG_output_files ());
961
961
if (!out) {
962
962
FileErrorDisplay (filename);
963
- SWIG_exit (EXIT_FAILURE);
963
+ Exit (EXIT_FAILURE);
964
964
}
965
965
966
966
// Write SWIG auto-generation banner
@@ -979,7 +979,7 @@ void FORTRAN::write_module(String *filename) {
979
979
File *out = NewFile (filename, " w" , SWIG_output_files ());
980
980
if (!out) {
981
981
FileErrorDisplay (filename);
982
- SWIG_exit (EXIT_FAILURE);
982
+ Exit (EXIT_FAILURE);
983
983
}
984
984
985
985
// Write SWIG auto-generation banner
You can’t perform that action at this time.
0 commit comments