From 38d2602fc10af68938b30ae204bbdd4ea9fdb506 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 3 Feb 1999 17:23:49 +0000 Subject: 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 --- usr.bin/f2c/gram.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/f2c/gram.dcl') 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; -- cgit v1.1