summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/gram.dcl
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-02-03 17:23:49 +0000
committerjoerg <joerg@FreeBSD.org>1999-02-03 17:23:49 +0000
commit38d2602fc10af68938b30ae204bbdd4ea9fdb506 (patch)
tree2340d0a1cae271336fb29c80c560f5c3b9d2211b /usr.bin/f2c/gram.dcl
parent4176c26a7a1c550e3ef04ef8c9734bfc83ae9f11 (diff)
downloadFreeBSD-src-38d2602fc10af68938b30ae204bbdd4ea9fdb506.zip
FreeBSD-src-38d2602fc10af68938b30ae204bbdd4ea9fdb506.tar.gz
Update to the most recent version. Among other things, this also solves
the function naming problem for complex double function i've recently aksed for in -committers. (The recently committed rev 1.5 of proc.c was actually also part of this update.) Should the mailing lists come to an agreement that f2c better belongs into the ports, this could be done nevertheless. For the time being, we've at least got a current version now. Thanks, Steve! Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Diffstat (limited to 'usr.bin/f2c/gram.dcl')
-rw-r--r--usr.bin/f2c/gram.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/f2c/gram.dcl b/usr.bin/f2c/gram.dcl
index b30a45c..e5c5df0 100644
--- a/usr.bin/f2c/gram.dcl
+++ b/usr.bin/f2c/gram.dcl
@@ -243,7 +243,7 @@ datavar: lhs
np = pp -> namep;
vardcl(np);
if ((pp->fcharp || pp->lcharp)
- && (np->vtype != TYCHAR || np->vdim))
+ && (np->vtype != TYCHAR || np->vdim && !pp->argsp))
sserr(np);
if(np->vstg == STGCOMMON)
extsymtab[np->vardesc.varno].extinit = YES;
OpenPOWER on IntegriCloud