/[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.62 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.63 by shigio, Wed May 11 01:12:29 2005 UTC
# Line 323  generate_file(dist, file) Line 323  generate_file(dist, file)
323                  const char *name;                  const char *name;
324                  const char *value;                  const char *value;
325          } tab[] = {          } tab[] = {
326                    /* dynamic initialization */
327                  {"@page_begin@", NULL},                  {"@page_begin@", NULL},
328                  {"@page_end@", NULL},                  {"@page_end@", NULL},
329                    {"@lineno_anchor@", NULL},
330    
331                    /* static initialization */
332                  {"@body_begin@", body_begin},                  {"@body_begin@", body_begin},
333                  {"@body_end@", body_end},                  {"@body_end@", body_end},
334                  {"@title_begin@", title_begin},                  {"@title_begin@", title_begin},
# Line 335  generate_file(dist, file) Line 339  generate_file(dist, file)
339                  {"@message_end@", message_end},                  {"@message_end@", message_end},
340                  {"@verbatim_begin@", verbatim_begin},                  {"@verbatim_begin@", verbatim_begin},
341                  {"@verbatim_end@", verbatim_end},                  {"@verbatim_end@", verbatim_end},
                 {"@lineno_anchor@", NULL},  
342                  {"@global_path@", global_path},                  {"@global_path@", global_path},
343                  {"@gtags_path@", gtags_path},                  {"@gtags_path@", gtags_path},
344                  {"@normal_suffix@", normal_suffix},                  {"@normal_suffix@", normal_suffix},
# Line 352  generate_file(dist, file) Line 355  generate_file(dist, file)
355    
356          tab[0].value = gen_page_begin("Result", SUBDIR, 0);          tab[0].value = gen_page_begin("Result", SUBDIR, 0);
357          tab[1].value = gen_page_end();          tab[1].value = gen_page_end();
358          tab[12].value = gen_name_string("L$.");          tab[2].value = gen_name_string("L$.");
359          /*          /*
360           * construct regular expression.           * construct regular expression.
361           */           */

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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