home *** CD-ROM | disk | FTP | other *** search
- --- backupfile.c.orig Sat Apr 29 10:20:36 1995
- +++ backupfile.c Sat Apr 29 10:21:18 1995
- @@ -72,7 +72,7 @@
- to numbered) backup file name. */
- char *simple_backup_suffix = "~";
-
- -char *basename ();
- +/* char *basename (); */
- char *dirname ();
- static char *concat ();
- char *find_backup_file_name ();
- @@ -82,7 +82,7 @@
-
- /* Return NAME with any leading path stripped off. */
-
- -char *
- +/* char *
- basename (name)
- char *name;
- {
- @@ -92,7 +92,7 @@
- if (*p++ == '/')
- r = p;
- return r;
- -}
- +} */
-
- #ifndef NODIR
- /* Return the name of the new backup file for file FILE,
-