|
From: | Paolo Bonzini |
Subject: | Re: [PATCH 22/34] maint: ensure that MB_CUR_MAX is defined even when !MBS_SUPPORT |
Date: | Thu, 15 Sep 2011 13:35:21 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 |
On 09/15/2011 01:11 PM, Paolo Bonzini wrote:
+ +#if ! MBS_SUPPORT +# undef MB_CUR_MAX +# define MB_CUR_MAX 1 +#endif -- 1.7.7.rc0.362.g5a14Is this needed with gnulib? Also, if it is really needed it should be patch 1 in the series, shouldn't it?
Ah got it now. This is what enables patch 33. I'm not sure I like it, please drop it for now.
Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |