r22436 - gnucash/branches/2.4/src - Fix redefinition of M_PI error

John Ralls jralls at code.gnucash.org
Tue Oct 9 18:52:48 EDT 2012


Author: jralls
Date: 2012-10-09 18:52:48 -0400 (Tue, 09 Oct 2012)
New Revision: 22436
Trac: http://svn.gnucash.org/trac/changeset/22436

Modified:
   gnucash/branches/2.4/src/gnome-utils/dialog-account.c
   gnucash/branches/2.4/src/gnome/druid-loan.c
Log:
Fix redefinition of M_PI error

The redefinition is in math.h after libart_gpl/art_misc.h defines it
protected by ifndef, so math.h needs to be included first. Why this has
popped up now is a mystery.



More information about the gnucash-patches mailing list