changeset 2784:f2f0ccf4abab

remove prematurely-added ISSLASH definition
author Jim Meyering <jim@meyering.net>
date Sat, 29 Jul 2000 08:15:01 +0000
parents aae08c7b0250
children 847c308979b8
files lib/dirname.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/dirname.c	Sat Jul 29 08:10:46 2000 +0000
+++ b/lib/dirname.c	Sat Jul 29 08:15:01 2000 +0000
@@ -34,10 +34,6 @@
 #endif
 #include <assert.h>
 
-#ifndef ISSLASH
-# define ISSLASH(C) ((C) == '/')
-#endif
-
 #include "dirname.h"
 
 /* Return the leading directories part of PATH,