bug-grep
[Top][All Lists]
Advanced

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

Re: [PATCH 3/9] dfa: use MALLOC/REALLOC always


From: Paul Eggert
Subject: Re: [PATCH 3/9] dfa: use MALLOC/REALLOC always
Date: Tue, 03 Jan 2012 09:18:42 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 01/03/12 00:38, Paolo Bonzini wrote:
> -  cpp = xnrealloc(cpp, i + 2, sizeof *cpp);
> +  REALLOC(cpp, i + 2);

Missing space before '('; otherwise it looks fine.



reply via email to

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