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

Diff for /mandoc/Attic/action.c between version 1.37 and 1.40

version 1.37, 2009/03/08 20:57:35 version 1.40, 2009/03/11 00:39:58
Line 23 
Line 23 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <time.h>  
   
 #include "private.h"  #include "private.h"
   
Line 173  const struct actions mdoc_actions[MDOC_MAX] = {
Line 172  const struct actions mdoc_actions[MDOC_MAX] = {
         { NULL }, /* Lb */          { NULL }, /* Lb */
         { NULL }, /* Ap */          { NULL }, /* Ap */
         { NULL }, /* Lp */          { NULL }, /* Lp */
           { NULL }, /* Lk */
           { NULL }, /* Mt */
           { NULL }, /* Brq */
           { NULL }, /* Bro */
           { NULL }, /* Brc */
 };  };
   
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.40

CVSweb