*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 09:15:14 +0000 (09:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 09:15:14 +0000 (09:15 +0000)
TODO

diff --git a/TODO b/TODO
index 71df380..aa744fd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -82,8 +82,8 @@ resolve RH report on cp -a forwarded by Tim Waugh
 Martin Michlmayr's patch to provide ls with `--sort directory' option
 
 clean-up: Remove all of the casts (they're unnecessary) found by this:
-  grep -E '\*\) *x(m|re)alloc\>' {lib,src}/*.[ch]
+  grep -E '\*\) *x(m|c|re)alloc\>' {lib,src}/*.[ch]
 Fix with this:
-  perl -pi -e 's/\([^(]*?\*\) *(x(m|re)alloc)\b/$1/'
+  perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
 
 Remove uses of PROTOTYPES