Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/vi/include Make the order of these defines match the...



details:   https://anonhg.NetBSD.org/src/rev/9c4b7c438e98
branches:  trunk
changeset: 551060:9c4b7c438e98
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Aug 28 13:19:05 2003 +0000

description:
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)

diffstat:

 usr.bin/vi/include/options_def.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r f1c3124c3316 -r 9c4b7c438e98 usr.bin/vi/include/options_def.h
--- a/usr.bin/vi/include/options_def.h  Thu Aug 28 13:12:17 2003 +0000
+++ b/usr.bin/vi/include/options_def.h  Thu Aug 28 13:19:05 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index