[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Wed Sep 1 14:09:09 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/09/01 14:09:09
Modified files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c
Log message:
Two of the missing types were boolean and char, because I wasn't
sure how to handle them. For now set them to t_word_8.
Though boolean is actually [0..1] and char is actually [0..255] I believe.
There are still problems, types used before defined.
I think there are circularities and this is unavoidable though.
We may need to make a second pass over the data in m3cc.
More information about the M3commit
mailing list