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

Diff of /global/htags/defineindex.c

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

revision 1.19 by shigio, Tue Apr 5 17:17:56 2005 UTC revision 1.20 by shigio, Wed Apr 6 09:06:44 2005 UTC
# Line 121  makedefineindex(file, total, defines) Line 121  makedefineindex(file, total, defines)
121                                  snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);                                  snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);
122                                  strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));                                  strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));
123                                  strbuf_sprintf(defines, "[%s]", alpha);                                  strbuf_sprintf(defines, "[%s]", alpha);
124                                  strbuf_sprintf(defines, "%s\n", gen_href_end());                                  strbuf_puts_nl(defines, gen_href_end());
125                                  alpha_count = 0;                                  alpha_count = 0;
126                                  if (!no_order_list)                                  if (!no_order_list)
127                                          fputs_nl(list_end, ALPHA);                                          fputs_nl(list_end, ALPHA);
# Line 281  makedefineindex(file, total, defines) Line 281  makedefineindex(file, total, defines)
281                  snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);                  snprintf(tmp, sizeof(tmp), "%d %s", alpha_count, msg);
282                  strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));                  strbuf_puts(defines, gen_href_begin_with_title("defines", alpha_f, HTML, NULL, tmp));
283                  strbuf_sprintf(defines, "[%s]", alpha);                  strbuf_sprintf(defines, "[%s]", alpha);
284                  strbuf_sprintf(defines, "%s\n", gen_href_end());                  strbuf_puts_nl(defines, gen_href_end());
285                  if (!no_order_list)                  if (!no_order_list)
286                          fputs_nl(list_end, ALPHA);                          fputs_nl(list_end, ALPHA);
287                  else                  else

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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