this?
Frank Ch. Eigler
fche@redhat.com
Fri Jul 20 09:11:00 GMT 2001
Hi -
graydon wrote:
: ok to commit?
Sure. (Please zap the double parens in the ChangeLog though.)
: Index: ChangeLog
: ===================================================================
: RCS file: /cvs/cvsfiles/devo/cgen/ChangeLog,v
: retrieving revision 1.725
: diff -r1.725 ChangeLog
: 0a1,6
: > 2001-07-20 graydon hoare <graydon@redhat.com>
: >
: > * sid-cpu.scm ((gen-write-stack-structure)): Change silent
: > failure of write_stack structure over/underflow into assert
: > failure.
: >
: Index: sid-cpu.scm
: ===================================================================
: RCS file: /cvs/cvsfiles/devo/cgen/sid-cpu.scm,v
: retrieving revision 1.37
: diff -r1.37 sid-cpu.scm
: 452,453c452,453
: < inline void pop () { if (t > -1) t--;}
: < inline void push (const ELT &e) { if (t+1 < sz) buf [++t] = e;}
: ---
: > inline void pop () { assert (t > -1); t--;}
: > inline void push (const ELT &e) { assert (t+1 < sz); buf [++t] = e;}
--
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE7WFgxVZbdDOm/ZT0RAgNCAJ9SxIgqqQ/44mnNtflrle20uRmfFwCfRCFg
UpPA5/RXP3IfHl3rdS1CpyY=
=MABl
-----END PGP SIGNATURE-----
More information about the Cgen
mailing list