~ubuntu-branches/ubuntu/trusty/exuberant-ctags/trusty-updates

« back to all changes in this revision

Viewing changes to ctags.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-03-30 11:56:40 UTC
  • Revision ID: james.westby@ubuntu.com-20040330115640-0u2eq56u65zf53il
Tags: upstream-5.5.4
ImportĀ upstreamĀ versionĀ 5.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
*   $Id: ctags.h,v 1.3 2002/02/17 06:04:32 darren Exp $
 
3
*
 
4
*   Copyright (c) 1996-2002, Darren Hiebert
 
5
*
 
6
*   This source code is released for free distribution under the terms of the
 
7
*   GNU General Public License.
 
8
*
 
9
*   Program definitions
 
10
*/
 
11
#ifndef _CTAGS_H
 
12
#define _CTAGS_H
 
13
 
 
14
/*
 
15
*   MACROS
 
16
*/
 
17
#ifndef PROGRAM_VERSION
 
18
# define PROGRAM_VERSION "5.5.4"
 
19
#endif
 
20
#define PROGRAM_NAME    "Exuberant Ctags"
 
21
#define PROGRAM_URL     "http://ctags.sourceforge.net"
 
22
#define AUTHOR_NAME     "Darren Hiebert"
 
23
#define AUTHOR_EMAIL    "dhiebert@users.sourceforge.net"
 
24
 
 
25
#endif  /* _CTAGS_H */
 
26
 
 
27
/* vi:set tabstop=8 shiftwidth=4: */