projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0340024
)
remove prematurely-added ISSLASH definition
author
Jim Meyering
<jim@meyering.net>
Sat, 29 Jul 2000 08:15:01 +0000
(08:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 29 Jul 2000 08:15:01 +0000
(08:15 +0000)
lib/dirname.c
patch
|
blob
|
history
diff --git
a/lib/dirname.c
b/lib/dirname.c
index e6609f1ee877e85ec643f189e6bef1d5918b47b0..37f58586196eabcef1e5eea8fe3f418491a135ca 100644
(file)
--- 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,