~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to tagmanager/read.h

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mto: (3.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080502113745-7q62rqhl2ku02ptu
Import upstream version 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define isLanguage(lang)        (boolean)((lang) == File.source.language)
42
42
#define isHeaderFile()          File.source.isHeader
43
43
 
44
 
/*  Is the character valid as a character of a C identifier?
45
 
 */
46
 
boolean isident(int c);
47
 
 
48
 
/*  Is the character valid as the first character of a C identifier?
49
 
 */
50
 
boolean isident1(int c);
51
 
 
52
44
/*
53
45
*   DATA DECLARATIONS
54
46
*/