|
From: | Paolo Bonzini |
Subject: | Re: [PATCH 03/17] dfa: get rid of x*alloc |
Date: | Fri, 12 Mar 2010 19:14:20 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 |
On 03/12/2010 07:06 PM, Jim Meyering wrote:
Paolo Bonzini wrote:* src/dfa.c: Include xalloc.h. (xmalloc, xrealloc, xcalloc): Remove. --- src/dfa.c | 35 ++--------------------------------- src/dfa.h | 12 ------------ 2 files changed, 2 insertions(+), 45 deletions(-) diff --git a/src/dfa.c b/src/dfa.c... The part above, described in the log, is fine. However, the following ptr_t-removing change to dfa.h doesn't belong in this change set.
True, I'll move it to 05/17 (dfa, grep: cleanup if-before-free and cast-of-argument-to-free).
Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |