Mercurial > hg > CbC > old > device
comparison Changes @ 203:28baf6cd9ad1
*** empty log message ***
author | kono |
---|---|
date | Tue, 13 Apr 2004 10:28:21 +0900 |
parents | 3ae7e188416f |
children | a50f90d0b63a |
comparison
equal
deleted
inserted
replaced
202:601301152d9c | 203:28baf6cd9ad1 |
---|---|
3873 | 3873 |
3874 やっぱり incore compiler と、non textural syntax が欲しい。 | 3874 やっぱり incore compiler と、non textural syntax が欲しい。 |
3875 ま、そうだよね。 | 3875 ま、そうだよね。 |
3876 | 3876 |
3877 あと、#include の search path のセマンティクスを直さないと。 | 3877 あと、#include の search path のセマンティクスを直さないと。 |
3878 | |
3879 Mon Apr 12 12:19:35 JST 2004 | |
3880 | |
3881 3461 if (!integral(t=cadr(type))&& | |
3882 3462 !(t==FLOAT||t==DOUBLE) && | |
3883 3463 !(t==LONGLONG||t==ULONGLONG) && | |
3884 3464 (car(t)==STRUCT||car(t)==UNION)) { | |
3885 | |
3886 じゃなくて、t>0 && (car(t)==STRUCT||car(t)==UNION)) { | |
3887 じゃないか? | |
3888 |