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

Diff for /mandoc/Attic/mdoc_strings.c between version 1.16 and 1.17

version 1.16, 2010/04/03 12:46:35 version 1.17, 2010/05/08 07:30:19
Line 127  mdoc_atosec(const char *p)
Line 127  mdoc_atosec(const char *p)
   
 /* FIXME: move this into an editable .in file. */  /* FIXME: move this into an editable .in file. */
 size_t  size_t
 mdoc_macro2len(int macro)  mdoc_macro2len(enum mdoct macro)
 {  {
   
         switch (macro) {          switch (macro) {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb