bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rational Range Interpretation patches


From: Paolo Bonzini
Subject: Re: Rational Range Interpretation patches
Date: Sat, 10 Dec 2011 18:10:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

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

[Prev in Thread] Current Thread [Next in Thread]