[BACK]Return to match.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/match.c between version 1.5 and 1.6

version 1.5, 2001/05/23 15:20:19 version 1.6, 2001/05/23 22:20:36
Line 15 
Line 15 
 #include "key.h"  #include "key.h"
   
 static int      balance         __P((void));  static int      balance         __P((void));
 static VOID     displaymatch    __P((LINE *, int));  static void     displaymatch    __P((LINE *, int));
   
 /*  /*
  * Balance table. When balance() encounters a character that is to be   * Balance table. When balance() encounters a character that is to be
Line 145 
Line 145 
  * move dot to the matching character, sit there a while, then move back.   * move dot to the matching character, sit there a while, then move back.
  */   */
   
 static VOID  static void
 displaymatch(clp, cbo)  displaymatch(clp, cbo)
         LINE *clp;          LINE *clp;
         int cbo;          int cbo;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6