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

Diff for /mandoc/Attic/mdoc_action.c between version 1.44 and 1.45

version 1.44, 2009/10/26 04:09:45 version 1.45, 2009/10/26 10:36:46
Line 192  static const struct actions mdoc_actions[MDOC_MAX] = {
Line 192  static const struct actions mdoc_actions[MDOC_MAX] = {
         { NULL, NULL }, /* %U */          { NULL, NULL }, /* %U */
 };  };
   
 #define RSORD_MAX 13  #define RSORD_MAX 14
   
 static  const int rsord[RSORD_MAX] = {  static  const int rsord[RSORD_MAX] = {
         MDOC__A,          MDOC__A,
Line 207  static const int rsord[RSORD_MAX] = {
Line 207  static const int rsord[RSORD_MAX] = {
         MDOC__Q,          MDOC__Q,
         MDOC__D,          MDOC__D,
         MDOC__O,          MDOC__O,
         MDOC__C          MDOC__C,
           MDOC__U
 };  };
   
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb