On Sat, 2007-04-21 at 12:22 -0400, Derek Atkins wrote: > David Hampton <hampton at cvs.gnucash.org> writes: > > > GType gnc_numeric_get_type( void ); > > +#define GNC_NUMERIC (gnc_numeric_get_type ()) > > Shouldn't this be GNC_TYPE_NUMERIC? Yes. I'm fixing it now. David