[Gnucash-changes] r12203 - gnucash/trunk - Comment out unused function that won't compile with g-wrap 1.9 after

David Hampton hampton at cvs.gnucash.org
Fri Dec 30 00:05:54 EST 2005


Author: hampton
Date: 2005-12-30 00:05:53 -0500 (Fri, 30 Dec 2005)
New Revision: 12203
Trac: http://svn.gnucash.org/trac/changeset/12203

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/engine/gw-engine-spec.scm
Log:
Comment out unused function that won't compile with g-wrap 1.9 after
the const-ifying of the account functions.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-12-30 04:36:38 UTC (rev 12202)
+++ gnucash/trunk/ChangeLog	2005-12-30 05:05:53 UTC (rev 12203)
@@ -1,3 +1,9 @@
+2005-12-29  David Hampton  <hampton at employees.org>
+
+	* 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  <stimming at tuhh.de>
 
 	* src/import-export/hbci/gnc-hbci-utils.h, gnc-hbci-utils.c: Use

Modified: gnucash/trunk/src/engine/gw-engine-spec.scm
===================================================================
--- gnucash/trunk/src/engine/gw-engine-spec.scm	2005-12-30 04:36:38 UTC (rev 12202)
+++ gnucash/trunk/src/engine/gw-engine-spec.scm	2005-12-30 05:05:53 UTC (rev 12203)
@@ -740,20 +740,20 @@
  "Check to see if all of the splits in transaction t are in proper
 date order.")
 
-(gw:wrap-function
- ws
- 'gnc:account-order
- '<gw:int>
- "xaccAccountOrder"
- '(
-   ((<gnc:Account**> const) a1)
-   ((<gnc:Account**> 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
+;;  '<gw:int>
+;;  "xaccAccountOrder_gwrap"
+;;  '(
+;;    (<gnc:Account**> a1)
+;;    (<gnc:Account**> 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



More information about the gnucash-changes mailing list