|
From: | Paolo Bonzini |
Subject: | Re: [PATCH 30/34] maint: dfa: simplify several expressions |
Date: | Thu, 15 Sep 2011 13:24:30 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 |
On 09/15/2011 12:28 PM, Jim Meyering wrote:
-#if MBS_SUPPORT d->mb_cur_max = MB_CUR_MAX;
d->mb_cur_max = MBS_SUPPORT ? MB_CUR_MAX : 1
+ if (d->mb_cur_max> 1) { d->nmultibyte_prop = 1; @@ -3417,7 +3417,6 @@ dfainit (struct dfa *d) d->mbcsets_alloc = 1; MALLOC(d->mbcsets, d->mbcsets_alloc); } -#endif
[Prev in Thread] | Current Thread | [Next in Thread] |