[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun May 16 13:37:19 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/05/16 13:37:19
Modified files:
cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c
Log message:
When exporting more than 100 interfaces, error immediately, clearly,
predictably, instead of silently overrunning an array.
Better might be to support an arbitrary number such as with
a growable array (gcc's 'VEC'?), or, since this appears
to only be used for debugging (?) set the max to 256 and
use an unsigned char to count it?
More information about the M3commit
mailing list