dgk and I talked and we both had a different expectation on newof()
if we take dgk's view we may not have to change much except for 
the newof() implementation itself which would only 0-out
the sizeof(type)*#instances bytes and not 0-out the extra bytes

this may capture most usage except for
        newof(0,char,n,0)
which would change to
        newof(0,char,0,n)

_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to