summaryrefslogtreecommitdiffstats
path: root/lib/libF77/s_cat.c
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-13 01:16:58 +0000
committerjmz <jmz@FreeBSD.org>1997-04-13 01:16:58 +0000
commit438bdd8a9c9d390f13a4b05980c19b18e974d16c (patch)
treee809113557ae09d5ce13e9239ae81534708bd955 /lib/libF77/s_cat.c
parent5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16 (diff)
downloadFreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.zip
FreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.tar.gz
Upgrade to the 1997/02/26 version.
Diffstat (limited to 'lib/libF77/s_cat.c')
-rw-r--r--lib/libF77/s_cat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libF77/s_cat.c b/lib/libF77/s_cat.c
index 1d6fd24..038f0ec 100644
--- a/lib/libF77/s_cat.c
+++ b/lib/libF77/s_cat.c
@@ -12,6 +12,8 @@
extern void free();
extern void exit_();
#else
+#undef min
+#undef max
#include "stdlib.h"
extern char *F77_aloc(ftnlen, char*);
#endif
@@ -49,7 +51,9 @@ s_cat(char *lp, char *rpp[], ftnlen rnp[], ftnlen *np, ftnlen ll)
}
lp0 = lp;
lp = lp1 = F77_aloc(L = ll, "s_cat");
+ break;
}
+ lp1 = lp;
#endif /* NO_OVERWRITE */
for(i = 0 ; i < n ; ++i) {
nc = ll;
OpenPOWER on IntegriCloud