On 12/01/2011 09:21 PM, Aharon Robbins wrote:
diff --git a/src/dfa.c b/src/dfa.c
index 26ea4b5..d077d95 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -29,6 +29,7 @@
  #include<limits.h>
  #include<string.h>
  #include<locale.h>
+#include<stdbool.h>

  #define STREQ(a, b) (strcmp (a, b) == 0)


[snip]

...

You're not changing the "/* match with a range? */" part of match_mb_charset.

Paolo

Reply via email to