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

Diff for /mandoc/out.h between version 1.4 and 1.5

version 1.4, 2009/10/09 06:54:11 version 1.5, 2009/10/18 19:02:11
Line 50  struct roffsu {
Line 50  struct roffsu {
              (p)->scale = (v); \               (p)->scale = (v); \
              (p)->pt = 0; } while (/*CONSTCOND*/0)               (p)->pt = 0; } while (/*CONSTCOND*/0)
   
 int               a2roffsu(const char *, struct roffsu *);  int               a2roffsu(const char *,
                           struct roffsu *, enum roffscale);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb