public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* Re: this?
       [not found] <20010720120103.F31060@tomago.toronto.redhat.com>
@ 2001-07-20  9:11 ` Frank Ch. Eigler
  0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2001-07-20  9:11 UTC (permalink / raw)
  To: Graydon Hoare; +Cc: cgen

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-----

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-20  9:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010720120103.F31060@tomago.toronto.redhat.com>
2001-07-20  9:11 ` this? Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).