1
0
Fork 0
mirror of synced 2024-06-26 10:41:09 -04:00
ultimate-vim/vim_plugins_src/ctags58/ctags58/ctags.h

29 lines
701 B
C

/*
* $Id: ctags.h 702 2009-03-14 03:52:21Z dhiebert $
*
* Copyright (c) 1996-2002, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General Public License.
*
* Program definitions
*/
#ifndef _CTAGS_H
#define _CTAGS_H
/*
* MACROS
*/
#ifndef PROGRAM_VERSION
# define PROGRAM_VERSION "5.8"
#endif
#define PROGRAM_NAME "Exuberant Ctags"
#define PROGRAM_URL "http://ctags.sourceforge.net"
#define PROGRAM_COPYRIGHT "Copyright (C) 1996-2009"
#define AUTHOR_NAME "Darren Hiebert"
#define AUTHOR_EMAIL "dhiebert@users.sourceforge.net"
#endif /* _CTAGS_H */
/* vi:set tabstop=4 shiftwidth=4: */