[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Mon Aug 30 09:01:11 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/08/30 09:01:11

Modified files:
	cm3/m3-sys/m3front/src/values/: Field.i3 Field.m3 
	cm3/m3-sys/m3front/src/types/: Type.m3 RecordType.m3 
	cm3/m3-sys/m3front/src/builtinOps/: BitSize.m3 

Log message:
	Pass more type information to backend. Hopefully it will use it.
	
	In particular, if you imported:
	
	TYPE Foo = RECORD a:INTEGER; END:
	
	and you also defined yourself unrelated:
	
	TYPE Bar =  RECORD a:INTEGER; END;
	
	then the anonymous "RECORD a:INTEGER END;"
	
	would not be described to the backend.




More information about the M3commit mailing list