/[global]/global/htags/htags.c
ViewVC logotype

Diff of /global/htags/htags.c

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

revision 1.32 by shigio, Mon Feb 21 00:16:03 2005 UTC revision 1.33 by shigio, Thu Feb 24 01:33:48 2005 UTC
# Line 199  int cgi = 1;                           /* 1: make cgi-bin/             */ Line 199  int cgi = 1;                           /* 1: make cgi-bin/             */
199  int definition_header=NO_HEADER;        /* (NO|BEFORE|RIGHT|AFTER)_HEADER */  int definition_header=NO_HEADER;        /* (NO|BEFORE|RIGHT|AFTER)_HEADER */
200  char *htags_options = NULL;  char *htags_options = NULL;
201  char *include_file_suffixes = "h,hxx,hpp,H,inc.php";  char *include_file_suffixes = "h,hxx,hpp,H,inc.php";
202  static char *langmap = "c:.c,yacc:.y,asm:.s.S,java:.java,cpp:.c++.cc.cpp.cxx.h.hxx.hpp.C.H,php:.php.php3.phtml";  static char *langmap = DEFAULTLANGMAP;
203    
204  static struct option const long_options[] = {  static struct option const long_options[] = {
205          {"alphabet", no_argument, NULL, 'a'},          {"alphabet", no_argument, NULL, 'a'},

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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