~ubuntu-branches/ubuntu/utopic/exuberant-ctags/utopic

« back to all changes in this revision

Viewing changes to keyword.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-07-31 09:09:12 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20060731090912-rxe2jt8nz6g2k2zx
Tags: 1:5.6-1
* New upstream release (closes: #374097).
* Fix accidentally-unrendered line in ctags(1) (closes: #271323).
* Policy version 3.7.2: no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
*   $Id: keyword.h,v 1.2 2002/02/17 06:04:32 darren Exp $
 
2
*   $Id: keyword.h,v 1.3 2006/05/30 04:37:12 darren Exp $
3
3
*
4
4
*   Copyright (c) 1998-2002, Darren Hiebert
5
5
*
14
14
/*
15
15
*   INCLUDE FILES
16
16
*/
17
 
#include "general.h"    /* must always come first */
 
17
#include "general.h"  /* must always come first */
18
18
 
19
19
#include "parse.h"
20
20
 
28
28
extern void printKeywordTable (void);
29
29
#endif
30
30
 
31
 
#endif  /* _KEYWORD_H */
 
31
#endif  /* _KEYWORD_H */
32
32
 
33
 
/* vi:set tabstop=8 shiftwidth=4: */
 
33
/* vi:set tabstop=4 shiftwidth=4: */