From 6c9b37fd68b558bced11d67cfc798ca96800bc79 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 29 May 2012 23:50:08 +0000 Subject: * boot/parser.boot (%ParserState): New. (makeParserState): Likewise. (%Translator): Likewise. (makeTranslator): Likewise. Make all parsing functions take a parser state argument. * boot/translator.boot (shoeOutParse): Adjust. * interp/spad-parser.boot (stringPrefix?): Remove redudant definition. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0c11c545..d11c2742 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and dnl auxiliary tools where appropriate. dnl -AC_INIT([OpenAxiom], [1.5.0-2012-05-28], +AC_INIT([OpenAxiom], [1.5.0-2012-05-29], [open-axiom-bugs@lists.sf.net]) dnl Most of the macros used in this configure.ac are defined in files -- cgit v1.2.3