From 5f1cf8e6fb130fd48d6f016d13baf5408b3181f8 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:56:41 +0000 Subject: Checkpoint: pull in mpm; merge pic from Taj's version of the world --- src/cmd/pic/circgen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmd/pic/circgen.c') diff --git a/src/cmd/pic/circgen.c b/src/cmd/pic/circgen.c index f40bae9a..6b1f1548 100644 --- a/src/cmd/pic/circgen.c +++ b/src/cmd/pic/circgen.c @@ -12,6 +12,8 @@ obj *circgen(int type) obj *p, *ppos; Attr *ap; + r = r2 = 0.0; /* Botch? (gcc) */ + battr = at = 0; with = xwith = ywith = fillval = ddval = 0; t = (type == CIRCLE) ? 0 : 1; -- cgit v1.2.3