summaryrefslogtreecommitdiffstats
path: root/src/cmd/pic/circgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/pic/circgen.c')
-rw-r--r--src/cmd/pic/circgen.c2
1 files changed, 2 insertions, 0 deletions
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;