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 e6609f1..37f5858 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,