summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac9
-rw-r--r--src/allocgen.cc2
-rw-r--r--src/parsedata.cc1
3 files changed, 4 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 28177876..5ef49790 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,10 +18,10 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Ragel; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(ragel, 7.0.0.6)
-PUBDATE="January 2016"
+AC_INIT(ragel, 7.0.0.7)
+PUBDATE="July 2016"
-EXPECTED_COLM=0.13.0.3
+EXPECTED_COLM=0.13.0.4
AM_INIT_AUTOMAKE([foreign])
AC_SUBST(PUBDATE)
@@ -161,8 +161,7 @@ if [test "x$build_program" = "xyes"]; then
INSTALLED_VER=`$COLM -v | sed -n -e '1 { s/^.*version //; s/ .*$//; p; }'`
if test "x$INSTALLED_VER" != "x$EXPECTED_COLM"; then
- AC_ERROR( [check colm: expected version $EXPECTED_COLM,]
- [ but $INSTALLED_VER is installed] )
+ AC_ERROR( [check colm: expected version $EXPECTED_COLM, but $INSTALLED_VER is installed] )
fi
AC_SUBST(COLM)
diff --git a/src/allocgen.cc b/src/allocgen.cc
index e2ee8df4..40010354 100644
--- a/src/allocgen.cc
+++ b/src/allocgen.cc
@@ -30,8 +30,6 @@
/*
* Code generators.
*/
-#include "xml.h"
-
#include "binloopvar.h"
#include "binloopgoto.h"
#include "binexpvar.h"
diff --git a/src/parsedata.cc b/src/parsedata.cc
index 9424c6a1..0b283002 100644
--- a/src/parsedata.cc
+++ b/src/parsedata.cc
@@ -31,7 +31,6 @@
#include "mergesort.h"
#include "version.h"
#include "inputdata.h"
-#include "xml.h"
#include <colm/tree.h>
using namespace std;