From: Jim Meyering Date: Tue, 20 Jan 1998 11:34:04 +0000 (+0000) Subject: [enum backup_type]: Set `none' to 1. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e866decc711b30bdb8c301bc0d96ec136b9587c;p=pspp [enum backup_type]: Set `none' to 1. --- diff --git a/lib/backupfile.h b/lib/backupfile.h index dad19843f5..4ce4e17ea3 100644 --- a/lib/backupfile.h +++ b/lib/backupfile.h @@ -1,5 +1,5 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990, 1991, 1992, 1997 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1997, 1998 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 @@ -20,7 +20,7 @@ enum backup_type { /* Never make backups. */ - none, + none = 1, /* Make simple backups of every file. */ simple,