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

Diff for /mandoc/eqn.c between version 1.2 and 1.4

version 1.2, 2011/02/09 09:05:52 version 1.4, 2011/03/22 09:48:13
Line 25 
Line 25 
 #include <time.h>  #include <time.h>
   
 #include "mandoc.h"  #include "mandoc.h"
 #include "roff.h"  
 #include "libmandoc.h"  #include "libmandoc.h"
 #include "libroff.h"  #include "libroff.h"
   
Line 65  eqn_alloc(int pos, int line)
Line 64  eqn_alloc(int pos, int line)
         return(p);          return(p);
 }  }
   
   /* ARGSUSED */
 void  void
 eqn_end(struct eqn_node *e)  eqn_end(struct eqn_node *e)
 {  {

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

CVSweb