comparison Changes @ 484:f84d4525ffc8

lvar alignment
author kono
date Mon, 12 Dec 2005 12:40:48 +0900
parents 77cab9687d3f
children b2db99073076
comparison
equal deleted inserted replaced
483:77cab9687d3f 484:f84d4525ffc8
7352 しないんでしょ? 7352 しないんでしょ?
7353 7353
7354 attribute は変数にしかつかない。関数の型にconstを入れるとすれば、 7354 attribute は変数にしかつかない。関数の型にconstを入れるとすれば、
7355 ANSI-Cとの互換性を考えても type system に入れるべきでしょう。 7355 ANSI-Cとの互換性を考えても type system に入れるべきでしょう。
7356 7356
7357 emit_data で、型だけ見て処理してました。値の型を見ないとね。
7358 address 以外は型検査で落していたらしい。
7359
7357 int a0(); 7360 int a0();
7358 int a5(); 7361 int a5();
7359 7362
7360 #define TYPE double 7363 #define TYPE double
7361 7364