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:
parent
9a4aea0127
commit
41efebfb61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue