From 6e3ff537ab21f9dec9f141d943b278ba065f9612 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sun, 20 Nov 2011 09:33:13 +0000 Subject: [PATCH] Partly revert previous commit. Although it eliminated a couple of warnings in the tests, it also broke most reports. This needs more study. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21589 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/engine.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/engine/engine.scm b/src/engine/engine.scm index 4b81587249..2c7e008d68 100644 --- a/src/engine/engine.scm +++ b/src/engine/engine.scm @@ -10,11 +10,17 @@ (export GNC-RND-ROUND-HALF-UP) (export GNC-RND-ROUND) (export GNC-RND-NEVER) +(export GNC-DENOM-AUTO) (export GNC-DENOM-REDUCE) (export GNC-DENOM-FIXED) (export GNC-DENOM-LCD) (export GNC-DENOM-SIGFIG) (export GNC-DENOM-SIGFIGS) +(export GNC-ERROR-OK) +(export GNC-ERROR-ARG) +(export GNC-ERROR-OVERFLOW) +(export GNC-ERROR-DENOM-DIFF) +(export GNC-ERROR-REMAINDER) (export ) (export gnc:gnc-numeric?) (export gnc:make-gnc-numeric)