1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-27 17:47:29 +02:00

remove prematurely-added ISSLASH definition

This commit is contained in:
Jim Meyering
2000-07-29 08:15:01 +00:00
parent 3819c2d7cb
commit 043c4958de

View 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,