diff options
Diffstat (limited to 'libf2c/libF77/h_dim.c')
-rw-r--r-- | libf2c/libF77/h_dim.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libf2c/libF77/h_dim.c b/libf2c/libF77/h_dim.c index ceff660e26c..04cf55d1059 100644 --- a/libf2c/libF77/h_dim.c +++ b/libf2c/libF77/h_dim.c @@ -1,10 +1,6 @@ #include "f2c.h" -#ifdef KR_headers -shortint h_dim(a,b) shortint *a, *b; -#else shortint h_dim(shortint *a, shortint *b) -#endif { return( *a > *b ? *a - *b : 0); } |