[BACK]Return to html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.c between version 1.134 and 1.135

version 1.134, 2011/04/30 10:18:24 version 1.135, 2011/04/30 22:14:02
Line 122  ml_alloc(char *outopts, enum htmltype type)
Line 122  ml_alloc(char *outopts, enum htmltype type)
   
         h->type = type;          h->type = type;
         h->tags.head = NULL;          h->tags.head = NULL;
         h->symtab = mchars_init(MCHARS_HTML);          h->symtab = mchars_init();
   
         while (outopts && *outopts)          while (outopts && *outopts)
                 switch (getsubopt(&outopts, UNCONST(toks), &v)) {                  switch (getsubopt(&outopts, UNCONST(toks), &v)) {

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

CVSweb