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

Diff for /mandoc/term_ps.c between version 1.80 and 1.81

version 1.80, 2015/12/23 20:50:13 version 1.81, 2016/07/19 13:36:13
Line 103  static void    ps_growbuf(struct termp *, size_t);
Line 103  static void    ps_growbuf(struct termp *, size_t);
 static  void              ps_letter(struct termp *, int);  static  void              ps_letter(struct termp *, int);
 static  void              ps_pclose(struct termp *);  static  void              ps_pclose(struct termp *);
 static  void              ps_pletter(struct termp *, int);  static  void              ps_pletter(struct termp *, int);
 #if __GNUC__ - 0 >= 4  static  void              ps_printf(struct termp *, const char *, ...)
 __attribute__((__format__ (__printf__, 2, 3)))                                  __attribute__((__format__ (printf, 2, 3)));
 #endif  
 static  void              ps_printf(struct termp *, const char *, ...);  
 static  void              ps_putchar(struct termp *, char);  static  void              ps_putchar(struct termp *, char);
 static  void              ps_setfont(struct termp *, enum termfont);  static  void              ps_setfont(struct termp *, enum termfont);
 static  void              ps_setwidth(struct termp *, int, int);  static  void              ps_setwidth(struct termp *, int, int);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb