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