* src/tr.c: * src/unexpand.c, src/users.c:
Remove anachronistic casts of xmalloc, xrealloc, and xcalloc
return values and of xrealloc's first argument.
+ Fix the former with this:
+ perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
2003-04-10 Jim Meyering <jim@meyering.net>
Martin Michlmayr's patch to provide ls with `--sort directory' option
-clean-up: Remove anachronistic casts of xmalloc, xrealloc, and xcalloc
-return values found by this:
- grep -E '\*\) *x(m|c|re)alloc\>' {lib,src}/*.[ch]
-Fix with this:
- perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
-Also remove anachronistic casts of xrealloc's first argument.
-
Remove uses of PROTOTYPES