From d67b7dad77bb8aa973dad1f7c3ab0c309b114278 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 12:51:13 +0100 Subject: 20100427-1251 --- utils/c2l/com.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/c2l/com.c') diff --git a/utils/c2l/com.c b/utils/c2l/com.c index 283c2ae9..e40bfa2a 100644 --- a/utils/c2l/com.c +++ b/utils/c2l/com.c @@ -599,6 +599,7 @@ addaddr: if(n->type->etype == TARRAY) n->type = typ1(TIND, n->type->link); return 0; +#ifdef WHATEVA if(tlvalue(n)) goto bad; l = new1(OXXX, Z, Z); @@ -611,6 +612,7 @@ addaddr: n->type = typ1(TIND, l->type); n->type->width = types[TIND]->width; return 0; +#endif bad: n->type = T; -- cgit v1.2.3