changeset 58976:d44001b73ca8

(main): Fix typo in conversion of LONG_OPTIONS from preprocessing to compile time constant.
author Andreas Schwab <schwab@suse.de>
date Wed, 15 Dec 2004 13:23:03 +0000
parents 3b113ec26ed0
children 5cb0e562cfae
files lib-src/etags.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Wed Dec 15 10:27:25 2004 +0000
+++ b/lib-src/etags.c	Wed Dec 15 13:23:03 2004 +0000
@@ -1,5 +1,5 @@
 /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-
-   Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002
+   Copyright (C) 1984, 1987-1989, 1993-1995, 1998-2001, 2002, 2004
    Free Software Foundation, Inc. and Ken Arnold
 
  This file is not considered part of GNU Emacs.
@@ -1183,7 +1183,7 @@
 #ifdef ETAGS_REGEXPS
   optstring = "-r:Rc:";
 #endif /* ETAGS_REGEXPS */
-  if (LONG_OPTIONS)
+  if (!LONG_OPTIONS)
     optstring += 1;
   optstring = concat (optstring,
 		      "Cf:Il:o:SVhH",