Module Name: src
Committed By: schnoebe
Date: Sun Nov 14 20:53:54 UTC 2010
Modified Files:
src/dist/nvi/common: options.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/dist/nvi/common/options.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/dist/nvi/common/options.c
diff -u src/dist/nvi/common/options.c:1.8 src/dist/nvi/common/options.c:1.9
--- src/dist/nvi/common/options.c:1.8 Thu May 13 17:52:11 2010
+++ src/dist/nvi/common/options.c Sun Nov 14 20:53:54 2010
@@ -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},