remove prematurely-added ISSLASH definition
authorJim Meyering <jim@meyering.net>
Sat, 29 Jul 2000 08:15:01 +0000 (08:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Jul 2000 08:15:01 +0000 (08:15 +0000)
lib/dirname.c

index e6609f1ee877e85ec643f189e6bef1d5918b47b0..37f58586196eabcef1e5eea8fe3f418491a135ca 100644 (file)
@@ -34,10 +34,6 @@ char *malloc ();
 #endif
 #include <assert.h>
 
-#ifndef ISSLASH
-# define ISSLASH(C) ((C) == '/')
-#endif
-
 #include "dirname.h"
 
 /* Return the leading directories part of PATH,