From 70054ccde21d494a93c0f51b379327bfbb0a72e7 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 3 Oct 2025 23:12:39 +0100 Subject: [PATCH] EFread.c: ANSI prototype efReadDef() --- extflat/EFread.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/extflat/EFread.c b/extflat/EFread.c index 446be66c..11571b41 100644 --- a/extflat/EFread.c +++ b/extflat/EFread.c @@ -180,9 +180,13 @@ EFReadFile(name, dosubckt, resist, noscale, isspice) */ bool -efReadDef(def, dosubckt, resist, noscale, toplevel, isspice) - Def *def; - bool dosubckt, resist, noscale, toplevel, isspice; +efReadDef( + Def *def, + bool dosubckt, + bool resist, + bool noscale, + bool toplevel, + bool isspice) { int argc, ac, n; CellDef *dbdef;