aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-09-07 17:09:38 +0000
committerdos-reis <gdr@axiomatics.org>2010-09-07 17:09:38 +0000
commit8ffa40b0f97e90033c1be9e97430e0dee02f4e01 (patch)
tree661ea46f065f1fde44317ad2a5f1d8611cd713f8 /configure.ac
parent871c6f7c1422155b3263455e291e6eaace27af87 (diff)
downloadopen-axiom-8ffa40b0f97e90033c1be9e97430e0dee02f4e01.tar.gz
* interp/c-util.boot (massageBackendCode): Remove conditional on
$NEWSPAD since it always true. Keep note of Lisp-level special variable even if it is set with SETQ. (transformToBackendCode): Declare special variables before fluid and local variables. * interp/compiler.boot: Don't compile SETQ forms as if they were Spad codes.
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 1a7aafe7..61aa9e8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ dnl Most of the macros used in this configure.ac are defined in files
dnl located in the subdirectory config/
sinclude(config/open-axiom.m4)
sinclude(config/aclocal.m4)
-AC_INIT([OpenAxiom], [1.4.0-2010-08-24],
+AC_INIT([OpenAxiom], [1.4.0-2010-09-07],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)