mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
engine cosmetics - remove a few references to guile that are no longer relevant
This commit is contained in:
@@ -103,8 +103,8 @@ gnc_get_action_num (const Transaction *trans, const Split *split)
|
||||
* sets split-action and, if 'tran' and 'action' are provided, 'action'
|
||||
* sets transaction-num; if book option is FALSE (tran-num is to be used for NUM)
|
||||
* then 'num' sets transaction-num and, if 'split' and 'action' are
|
||||
* provided, 'action' sets 'split-action'. If any arguments are NULL (#f, for
|
||||
* the guile version), no change is made to the field that would otherwise be
|
||||
* provided, 'action' sets 'split-action'. If any arguments are NULL,
|
||||
* no change is made to the field that would otherwise be
|
||||
* affected. If 'tran' and 'num' are passed with 'split and 'action' set to
|
||||
* NULL, it is xaccTransSetNum (trans, num). Likewise, if 'split and 'action'
|
||||
* are passed with 'tran' and 'num' set to NULL, it is xaccSplitSetAction (split,
|
||||
|
||||
@@ -56,8 +56,8 @@ const char * gnc_get_action_num (const Transaction *trans, const Split *split);
|
||||
* sets split-action and, if 'tran' and 'action' are provided, 'action'
|
||||
* sets transaction-num; if book option is FALSE (tran-num is to be used for NUM)
|
||||
* then 'num' sets transaction-num and, if 'split' and 'action' are
|
||||
* provided, 'action' sets 'split-action'. If any arguments are NULL (#f, for
|
||||
* the guile version), no change is made to the field that would otherwise be
|
||||
* provided, 'action' sets 'split-action'. If any arguments are NULL,
|
||||
* no change is made to the field that would otherwise be
|
||||
* affected. If 'tran' and 'num' are passed with 'split and 'action' set to
|
||||
* NULL, it is xaccTransSetNum (trans, num). Likewise, if 'split and 'action'
|
||||
* are passed with 'tran' and 'num' set to NULL, it is xaccSplitSetAction (split,
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
|
||||
#include "qof.h"
|
||||
#include "gnc-module.h"
|
||||
@@ -121,9 +120,9 @@ test_printable (const char *name, gpointer obj)
|
||||
}
|
||||
|
||||
static void
|
||||
main_helper (void *closure, int argc, char **argv)
|
||||
main_helper (int argc, char **argv)
|
||||
{
|
||||
gnc_module_load("gnucash/engine", 0);
|
||||
gnc_engine_init(argc, argv);
|
||||
test_business();
|
||||
print_test_results();
|
||||
exit(get_rv());
|
||||
@@ -134,6 +133,6 @@ int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
g_setenv ("GNC_UNINSTALLED", "1", TRUE);
|
||||
// scm_boot_guile (argc, argv, main_helper, NULL);
|
||||
//main_helper (argc, argv);
|
||||
return get_rv();
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*********************************************************************
|
||||
* test-customer.c
|
||||
* Test the customer object (without Guile/Scheme)
|
||||
* Test the customer object
|
||||
*
|
||||
* Copyright (c) 2001 Derek Atkins <warlord@MIT.EDU>
|
||||
* Copyright (c) 2005 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*********************************************************************
|
||||
* test-employee.c
|
||||
* Test the employee object (without Guile).
|
||||
* Test the employee object.
|
||||
*
|
||||
* Copyright (c) 2001 Derek Atkins <warlord@MIT.EDU>
|
||||
* Copyright (c) 2005 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/***************************************************************************
|
||||
* test-transaction-reversal.c
|
||||
*
|
||||
* Modified to run without Guile: Mon Aug 22 11:19:56 2005
|
||||
* Copyright 2005 Neil Williams
|
||||
* linux@codehelp.co.uk
|
||||
****************************************************************************/
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/***************************************************************************
|
||||
* test-transaction-voiding.c
|
||||
*
|
||||
* Modified to run without Guile: Mon Aug 22 11:24:44 2005
|
||||
* Copyright 2005 Neil Williams
|
||||
* linux@codehelp.co.uk
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user