Re: [Gnucash-changes] r13919 - gnucash/trunk/src/engine/test-core - Correctly ensure that the amount and value of test Splits have the same sign

2006-05-09 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: > Hopefully C99's _Bool will eventually make my habit appear obsolete > and paranoid. (or does glib already #define TRUE ((_Bool)1)?) No, it just defines TRUE as 1. If you really care, you could use: if (!x == !y) and then it doesn't matter what n

Re: [Gnucash-changes] r13919 - gnucash/trunk/src/engine/test-core - Correctly ensure that the amount and value of test Splits have the same sign

2006-05-05 Thread Chris Shoemaker
On Fri, May 05, 2006 at 08:50:52AM -0400, Derek Atkins wrote: > Chris Shoemaker <[EMAIL PROTECTED]> writes: > > > Modified: gnucash/trunk/src/engine/test-core/test-engine-stuff.c > > === > > --- gnucash/trunk/src/engine/test-core/test

Re: [Gnucash-changes] r13919 - gnucash/trunk/src/engine/test-core - Correctly ensure that the amount and value of test Splits have the same sign

2006-05-05 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: > Modified: gnucash/trunk/src/engine/test-core/test-engine-stuff.c > === > --- gnucash/trunk/src/engine/test-core/test-engine-stuff.c2006-05-04 > 09:18:39 UTC (rev 13918) > +++ gnucash/