Source-Changes-HG archive

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

[src/trunk]: src/dist/nvi/common bin/44088



details:   https://anonhg.NetBSD.org/src/rev/ef97ff91d966
branches:  trunk
changeset: 758748:ef97ff91d966
user:      schnoebe <schnoebe%NetBSD.org@localhost>
date:      Sun Nov 14 20:53:54 2010 +0000

description:
bin/44088

Change the initialization state of gtagsmode to 0, (unset).

This brings about least astonishment for users, permittings tags
functionality to work as expected.

diffstat:

 dist/nvi/common/options.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33ff6e230f19 -r ef97ff91d966 dist/nvi/common/options.c
--- a/dist/nvi/common/options.c Sun Nov 14 20:37:02 2010 +0000
+++ b/dist/nvi/common/options.c Sun Nov 14 20:53:54 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.8 2010/05/13 17:52:11 tnozaki Exp $ */
+/*     $NetBSD: options.c,v 1.9 2010/11/14 20:53:54 schnoebe Exp $ */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -98,7 +98,7 @@
        {L("flash"),    NULL,           OPT_1BOOL,      0},
 #ifdef GTAGS
 /* O_GTAGSMODE     FreeBSD/NetBSD */
-       {L("gtagsmode"),NULL,           OPT_1BOOL,      0},
+       {L("gtagsmode"),NULL,           OPT_0BOOL,      0},
 #endif
 /* O_HARDTABS      4BSD */
        {L("hardtabs"), NULL,           OPT_NUM,        0},



Home | Main Index | Thread Index | Old Index