X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbackupfile.h;h=e2af28adefad398cf58316c3daa09c13defef50e;hb=ab43907148e80f3895280928c05d4be93875580f;hp=3cfdd8c687fc451eb4e3b121402756d68fc3e397;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/backupfile.h b/lib/backupfile.h index 3cfdd8c68..e2af28ade 100644 --- a/lib/backupfile.h +++ b/lib/backupfile.h @@ -1,7 +1,7 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990, 1991, 1992, 1997, 1998, 1999, 2003, 2004 Free - Software Foundation, Inc. + Copyright (C) 1990-1992, 1997-1999, 2003-2004, 2009-2010 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -41,7 +41,7 @@ enum backup_type numbered_backups }; -# define VALID_BACKUP_TYPE(Type) \ +# define VALID_BACKUP_TYPE(Type) \ ((unsigned int) (Type) <= numbered_backups) extern char const *simple_backup_suffix;