diff options
Diffstat (limited to 'lib/libF77/f2ch.add')
-rw-r--r-- | lib/libF77/f2ch.add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libF77/f2ch.add b/lib/libF77/f2ch.add index 4ab0d80..a2acc17 100644 --- a/lib/libF77/f2ch.add +++ b/lib/libF77/f2ch.add @@ -150,7 +150,7 @@ extern integer s_wsni(icilist *); extern integer s_wsue(cilist *); extern void sig_die(char *, int); extern integer signal_(integer *, void (*)(int)); -extern int system_(char *, ftnlen); +extern integer system_(char *, ftnlen); extern double z_abs(doublecomplex *); extern void z_cos(doublecomplex *, doublecomplex *); extern void z_div(doublecomplex *, doublecomplex *, doublecomplex *); |