r22661 - gnucash/trunk/src/engine - Fix r22656 so it compiles: delete duplicate def of scm_to_int64.

Mike Alexander mta at code.gnucash.org
Mon Dec 17 00:35:41 EST 2012


Author: mta
Date: 2012-12-17 00:35:41 -0500 (Mon, 17 Dec 2012)
New Revision: 22661
Trac: http://svn.gnucash.org/trac/changeset/22661

Modified:
   gnucash/trunk/src/engine/engine-helpers.h
Log:
Fix r22656 so it compiles: delete duplicate def of scm_to_int64.

Modified: gnucash/trunk/src/engine/engine-helpers.h
===================================================================
--- gnucash/trunk/src/engine/engine-helpers.h	2012-12-17 05:35:34 UTC (rev 22660)
+++ gnucash/trunk/src/engine/engine-helpers.h	2012-12-17 05:35:41 UTC (rev 22661)
@@ -60,7 +60,6 @@
 SCM gnc_query2scm (QofQuery * q);
 QofQuery * gnc_scm2query (SCM query_scm);
 
-gint64 scm_to_int64(SCM num);
 int gnc_gh_gint64_p(SCM num);
 
 SCM gnc_numeric_to_scm(gnc_numeric arg);



More information about the gnucash-changes mailing list