projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd75e51
)
Don't include backupfile.h.
author
Jim Meyering
<jim@meyering.net>
Tue, 27 May 1997 14:16:49 +0000
(14:16 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 27 May 1997 14:16:49 +0000
(14:16 +0000)
lib/basename.c
patch
|
blob
|
history
diff --git
a/lib/basename.c
b/lib/basename.c
index 8d18a8fab3b5999e1a639b435caf5413d574dd30..4087e3dc0fdad8c6e5c0edcbc60c8945677296f7 100644
(file)
--- a/
lib/basename.c
+++ b/
lib/basename.c
@@
-4,14
+4,12
@@
# include <config.h>
#endif
-#include <backupfile.h>
-
#ifndef FILESYSTEM_PREFIX_LEN
-#define FILESYSTEM_PREFIX_LEN(f) 0
+#
define FILESYSTEM_PREFIX_LEN(f) 0
#endif
#ifndef ISSLASH
-#define ISSLASH(c) ((c) == '/')
+#
define ISSLASH(c) ((c) == '/')
#endif
/* In general, we can't use the builtin `basename' function if available,