summaryrefslogtreecommitdiff
path: root/lib/backupfile.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-20 11:34:04 +0000
committerJim Meyering <jim@meyering.net>1998-01-20 11:34:04 +0000
commite6a0306b1bc2d33c125e451b87305dc53540108b (patch)
tree584357323fa99f109c6e3a163ba985f7505f081d /lib/backupfile.h
parent2bec121abb1f12a1dccae09093b4184ac15c0d70 (diff)
downloadcoreutils-e6a0306b1bc2d33c125e451b87305dc53540108b.tar.xz
[enum backup_type]: Set `none' to 1.
Diffstat (limited to 'lib/backupfile.h')
-rw-r--r--lib/backupfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/backupfile.h b/lib/backupfile.h
index dad19843f..4ce4e17ea 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,