- bump version

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-10 18:39:08 +00:00
parent 02022aac95
commit 48fcad8da8
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
--- m4-1.4.8.orig/lib/regcomp.c 2006-09-24 06:28:37.000000000 +0200
+++ m4-1.4.8/lib/regcomp.c 2007-01-06 20:53:10.000000000 +0100
@@ -871,6 +871,10 @@ init_dfa (re_dfa_t *dfa, size_t pat_len)
dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
dfa->state_hash_mask = table_size - 1;
+#ifndef MB_CUR_MAX
+#define MB_CUR_MAX (0)
+#endif
+
dfa->mb_cur_max = MB_CUR_MAX;
#ifdef _LIBC
if (dfa->mb_cur_max == 6

View File

@ -3,7 +3,7 @@
# m4
#
#############################################################
M4_VER:=1.4.4
M4_VER:=1.4.8
M4_SOURCE:=m4-$(M4_VER).tar.bz2
M4_CAT:=$(BZCAT)
M4_SITE:=http://ftp.gnu.org/pub/gnu/m4