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

Diff for /mandoc/html.c between version 1.201 and 1.202

version 1.201, 2017/01/25 02:14:43 version 1.202, 2017/01/26 18:28:18
Line 114  static const char *const roffscales[SCALE_MAX] = {
Line 114  static const char *const roffscales[SCALE_MAX] = {
   
 static  void     a2width(const char *, struct roffsu *);  static  void     a2width(const char *, struct roffsu *);
 static  void     print_byte(struct html *, char);  static  void     print_byte(struct html *, char);
 static  void     print_endline(struct html *);  
 static  void     print_endword(struct html *);  static  void     print_endword(struct html *);
 static  void     print_indent(struct html *);  static  void     print_indent(struct html *);
 static  void     print_word(struct html *, const char *);  static  void     print_word(struct html *, const char *);
Line 812  print_byte(struct html *h, char c)
Line 811  print_byte(struct html *h, char c)
  * If something was printed on the current output line, end it.   * If something was printed on the current output line, end it.
  * Not to be called right after print_indent().   * Not to be called right after print_indent().
  */   */
 static void  void
 print_endline(struct html *h)  print_endline(struct html *h)
 {  {
         if (h->col == 0)          if (h->col == 0)

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202

CVSweb