diff options
Diffstat (limited to 'utils/c2l/com.c')
| -rw-r--r-- | utils/c2l/com.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
