mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* macros/autogen.sh: change "head -1" to "head -n 1" * src/engine/gnc-numeric.[ch]: change string_to_gnc_numeric() to return gboolean. * src/app-utils/gnc-exp-parser.c: * src/backend/file/sixtp-dom-parsers.c: use new string_to_gnc_numeric() API * src/engine/gnc-lot.c: 64-bit safe for x86_64 * src/gnome/dialog-scheduledxaction.c: * src/gnome/dialog-sxsincelast.c: * src/gnome/druid-loan.c: * src/gnome-utils/dialog-account.c: * src/gnome-utils/gnc-query-list.c: * src/import-export/import-match-map.c: use GPOINTER_TO_INT and GINT_TO_POINTER macros to be 64-bit safe. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10315 57a11ea4-9604-0410-9ed3-97b8803252fd
This is the macros directory from the gnome-common package and should be kept in sync with it.