spack/var/spack/repos/builtin/packages/octave/patch_4.2.1_inline.diff
Denis Davydov fc938962fa octave: add 4.2.1 (#3872)
Also switch to arpack-ng, which is maintained and has bugfixes,
whereas the original arpack code is abandoned.
2017-04-18 06:55:11 -05:00

13 lines
396 B
Diff

diff -r 73f7ef7169ac liboctave/system/file-stat.cc
--- a/liboctave/system/file-stat.cc Thu Feb 23 16:08:44 2017 -0800
+++ b/liboctave/system/file-stat.cc Fri Feb 24 11:02:36 2017 -0800
@@ -174,7 +174,7 @@ namespace octave
update_internal ();
}
- inline file_stat::~file_stat () { }
+ file_stat::~file_stat () { }
void
file_stat::update_internal (bool force)