Make the order of these defines match the correctly sorted definition

in options.c.
Is there any reason why we don't use options.awk so this file would
always be correct?  (especially if the awk script checked the sort)
This commit is contained in:
dsl 2003-08-28 13:19:05 +00:00
parent 9a4aea0127
commit 41efebfb61
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
#define O_COMMENT 9
#define O_DIRECTORY 10
#define O_EDCOMPATIBLE 11
#define O_ESCAPETIME 12
#define O_ERRORBELLS 13
#define O_ERRORBELLS 12
#define O_ESCAPETIME 13
#define O_EXRC 14
#define O_EXTENDED 15
#define O_FILEC 16