From: Jim Meyering Date: Tue, 27 May 1997 14:16:49 +0000 (+0000) Subject: Don't include backupfile.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb5d9e20e611c458913ad88757f1ad3d593e3ee;p=pspp Don't include backupfile.h. --- diff --git a/lib/basename.c b/lib/basename.c index 8d18a8fab3..4087e3dc0f 100644 --- a/lib/basename.c +++ b/lib/basename.c @@ -4,14 +4,12 @@ # include #endif -#include - #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,