* xlwmenu.c (find_next_selectable):
[bpt/emacs.git] / lib-src / etags.c
CommitLineData
76a91ae2 1/* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*-
92b47a4a
TTN
2 Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995,
3 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005 Free Software Foundation, Inc. and Ken Arnold
3b7ad313 5
24dbe96a 6 This file is not considered part of GNU Emacs.
c6d46f5f 7
24dbe96a
FP
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
c6d46f5f 12
24dbe96a
FP
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
c6d46f5f 17
24dbe96a
FP
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software Foundation,
364c38d3 20 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
c6d46f5f
JB
21
22/*
23 * Authors:
24 * Ctags originally by Ken Arnold.
6dd5561c 25 * Fortran added by Jim Kleckner.
c6d46f5f
JB
26 * Ed Pelegri-Llopart added C typedefs.
27 * Gnu Emacs TAGS format and modifications by RMS?
b28e26be 28 * 1989 Sam Kendall added C++.
eaaacacd
FP
29 * 1992 Joseph B. Wells improved C and C++ parsing.
30