From 9cab16538f48ea6b472388f278d4a94226273417 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Fri, 30 Dec 2005 05:05:53 +0000 Subject: [PATCH] Comment out unused function that won't compile with g-wrap 1.9 after the const-ifying of the account functions. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12203 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 6 ++++++ src/engine/gw-engine-spec.scm | 28 ++++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3aa4445dd..0d972f15ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-12-29 David Hampton + + * src/engine/gw-engine-spec.scm: Comment out unused function that + won't compile with g-wrap 1.9 after the const-ifying of the + account functions. + 2005-12-29 Christian Stimming * src/import-export/hbci/gnc-hbci-utils.h, gnc-hbci-utils.c: Use diff --git a/src/engine/gw-engine-spec.scm b/src/engine/gw-engine-spec.scm index 731c33cd27..6100b23f19 100644 --- a/src/engine/gw-engine-spec.scm +++ b/src/engine/gw-engine-spec.scm @@ -740,20 +740,20 @@ to the other splits in account a.") "Check to see if all of the splits in transaction t are in proper date order.") -(gw:wrap-function - ws - 'gnc:account-order - ' - "xaccAccountOrder" - '( - (( const) a1) - (( const) a2) - ) - "Defines a sorting order on accounts. Returns -1 if a1 is \"less -than\" the second, +1 if the a1 is \"greater than\" the second, and 0 -if they are equal. To determine the sort order, the account codes are -compared, and if these are equal, then account types, and, if these -are equal, then account names.") +;; (gw:wrap-function +;; ws +;; 'gnc:account-order +;; ' +;; "xaccAccountOrder_gwrap" +;; '( +;; ( a1) +;; ( a2) +;; ) +;; "Defines a sorting order on accounts. Returns -1 if a1 is \"less +;; than\" the second, +1 if the a1 is \"greater than\" the second, and 0 +;; if they are equal. To determine the sort order, the account codes are +;; compared, and if these are equal, then account types, and, if these +;; are equal, then account names.") (gw:wrap-function ws