aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-03-10 09:02:58 +0000
committerdos-reis <gdr@axiomatics.org>2010-03-10 09:02:58 +0000
commit6844898e025e87c3d6753d648a65fe4a82b8bc55 (patch)
tree8337810e54a19623ecca05419f8e36bc7b73ffba /configure.ac
parentc4e4529187db6e0aba25f8af43cf7be4cc15386e (diff)
downloadopen-axiom-6844898e025e87c3d6753d648a65fe4a82b8bc55.tar.gz
* interp/nruncomp.boot (genDeltaEntry): Take a second, environment
argument. Pass to compOrCroak. * interp/compiler.boot (compElt): Adjust call to genDeltaEntry. (compCase1): Likewise. (coerceByModemap): Likewise. (autoCoerceByModemap): Likewise. (compCat): Likewise. (compViableModemap): Take an additional environment argument. Pass it to genDeltaEntry. (compApplyModemap): Adjust call to compViableModemap. (compResolveCall): Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac9d6c20..fe290d2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2010-03-09],
+AC_INIT([OpenAxiom], [1.4.0-2010-03-10],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)