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

Diff for /texi2mdoc/main.c between version 1.46 and 1.48

version 1.46, 2015/02/25 14:37:17 version 1.48, 2015/02/25 15:15:18
Line 27 
Line 27 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <time.h>  #include <time.h>
   #include <unistd.h>
   
 #include "extern.h"  #include "extern.h"
   
Line 431  dodefn(struct texi *p, enum texicmd cmd, size_t *pos)
Line 432  dodefn(struct texi *p, enum texicmd cmd, size_t *pos)
                 break;                  break;
         }          }
   
         texiputchars(p, ":\n");          texiputchar(p, ':');
           texiputchar(p, '\n');
   
         switch (cmd) {          switch (cmd) {
         case (TEXICMD_DEFMAC):          case (TEXICMD_DEFMAC):

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.48

CVSweb