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.
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.