/[global]/global/gtags-parser/gctags.h
ViewVC logotype

Diff of /global/gtags-parser/gctags.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by shigio, Fri Feb 18 11:07:18 2005 UTC revision 1.2 by shigio, Thu Feb 24 01:33:48 2005 UTC
# Line 52  extern int debug; Line 52  extern int debug;
52    
53  #define DBG_PRINT(level, a) dbg_print(level, a)  #define DBG_PRINT(level, a) dbg_print(level, a)
54    
55    /* parser procedures */
56    void C(const char *);
57    void yacc(const char *);
58    void Cpp(const char *);
59    void java(const char *);
60    void php(const char *);
61    void assembler(const char *);
62    
63  void dbg_print(int, const char *);  void dbg_print(int, const char *);
64  int isnotfunction(char *);  int isnotfunction(char *);
65  int cmp(const void *, const void *);  int cmp(const void *, const void *);
 void C(int);  
 void Cpp(void);  
 int isCpp(void);  
 void assembler(const char *);  
 void java(void);  
 void php(const char *);  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26