Mercurial > hg > CbC > old > device
diff test/enum.c @ 491:a379da780856
cond signed/unsigned
author | kono |
---|---|
date | Wed, 21 Dec 2005 11:33:53 +0900 |
parents | 32737bad7489 |
children | 5313ed059cee |
line wrap: on
line diff
--- a/test/enum.c Tue Dec 20 17:25:37 2005 +0900 +++ b/test/enum.c Wed Dec 21 11:33:53 2005 +0900 @@ -24,8 +24,8 @@ }; i = a1; - printf("#0025:%d %d %d\n",k,i,j); + printf("#0026:%d %d %d\n",k,i,j); i = a2; - printf("#0027:%d %d %d %d %d %d %d\n",a,b,a1,b1,d1,a2,i); + printf("#0028:%d %d %d %d %d %d %d\n",a,b,a1,b1,d1,a2,i); return 0; }