summaryrefslogtreecommitdiff
path: root/lib/dirname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-29 08:15:01 +0000
committerJim Meyering <jim@meyering.net>2000-07-29 08:15:01 +0000
commit043c4958deedb1006442828fa3957296fc3d9fa9 (patch)
tree4b2118532125f889849b12091ab8ae33c182ed4f /lib/dirname.c
parent3819c2d7cb6b57a05d01381b67e1163e5467ee67 (diff)
downloadcoreutils-043c4958deedb1006442828fa3957296fc3d9fa9.tar.xz
remove prematurely-added ISSLASH definition
Diffstat (limited to 'lib/dirname.c')
-rw-r--r--lib/dirname.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/dirname.c b/lib/dirname.c
index e6609f1ee..37f585861 100644
--- a/lib/dirname.c
+++ b/lib/dirname.c
@@ -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,