summaryrefslogtreecommitdiffstats
path: root/lib/libF77/ef1asc_.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/ef1asc_.c
parent5d93c9d5fb208d10eacf608b44ee02d3cd5b4a16 (diff)
downloadFreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.zip
FreeBSD-src-438bdd8a9c9d390f13a4b05980c19b18e974d16c.tar.gz
Upgrade to the 1997/02/26 version.
Diffstat (limited to 'lib/libF77/ef1asc_.c')
-rw-r--r--lib/libF77/ef1asc_.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libF77/ef1asc_.c b/lib/libF77/ef1asc_.c
index 78993b8..b2b8d72 100644
--- a/lib/libF77/ef1asc_.c
+++ b/lib/libF77/ef1asc_.c
@@ -8,12 +8,14 @@
#ifdef KR_headers
extern VOID s_copy();
-int ef1asc_(a, la, b, lb) ftnint *a, *b; ftnlen *la, *lb;
+ef1asc_(a, la, b, lb) ftnint *a, *b; ftnlen *la, *lb;
#else
extern void s_copy(char*,char*,ftnlen,ftnlen);
int ef1asc_(ftnint *a, ftnlen *la, ftnint *b, ftnlen *lb)
#endif
{
s_copy( (char *)a, (char *)b, EVEN(*la), *lb );
+#ifdef __cplusplus
return 0;
+#endif
}
OpenPOWER on IntegriCloud