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

Diff for /mandoc/chars.c between version 1.54 and 1.56

version 1.54, 2013/06/20 22:39:30 version 1.56, 2014/03/23 11:25:25
Line 25 
Line 25 
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  #include "mandoc.h"
   #include "mandoc_aux.h"
 #include "libmandoc.h"  #include "libmandoc.h"
   
 #define PRINT_HI         126  #define PRINT_HI         126
Line 37  struct ln {
Line 38  struct ln {
         int               unicode;          int               unicode;
 };  };
   
 #define LINES_MAX         329  #define LINES_MAX         330
   
 #define CHAR(in, ch, code) \  #define CHAR(in, ch, code) \
         { NULL, (in), (ch), (code) },          { NULL, (in), (ch), (code) },

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.56

CVSweb