Merge pull request #11 from esorton/bugfix/add-constexpr-keyword-to-arduino-ctags
[arduino-ctags.git] / ctags.h
blobfb5ca5bc76ce96d9ecac24cec1a13add0e820127
1 /*
2 * $Id: ctags.h 702 2009-03-14 03:52:21Z dhiebert $
4 * Copyright (c) 1996-2002, Darren Hiebert
6 * This source code is released for free distribution under the terms of the
7 * GNU General Public License.
9 * Program definitions
11 #ifndef _CTAGS_H
12 #define _CTAGS_H
15 * MACROS
17 #ifndef PROGRAM_VERSION
18 # define PROGRAM_VERSION "Development"
19 #endif
20 #define PROGRAM_NAME "Exuberant Ctags"
21 #define PROGRAM_URL "http://ctags.sourceforge.net"
22 #define PROGRAM_COPYRIGHT "Copyright (C) 1996-2009"
23 #define AUTHOR_NAME "Darren Hiebert"
24 #define AUTHOR_EMAIL "dhiebert@users.sourceforge.net"
26 #endif /* _CTAGS_H */
28 /* vi:set tabstop=4 shiftwidth=4: */