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