[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.8 and 1.9

version 1.8, 2002/02/16 21:27:49 version 1.9, 2003/05/20 03:08:55
Line 49 
Line 49 
  * character, if any.  Bound to "blink-matching-paren-command".   * character, if any.  Bound to "blink-matching-paren-command".
  */   */
 int  int
 showmatch(f, n)  showmatch(int f, int n)
         int f, n;  
 {  {
         int     i, s;          int     i, s;
   
Line 75 
Line 74 
  */   */
   
 static int  static int
 balance()  balance(void)
 {  {
         LINE    *clp;          LINE    *clp;
         int      cbo;          int      cbo;
Line 146 
Line 145 
  */   */
   
 static void  static void
 displaymatch(clp, cbo)  displaymatch(LINE *clp, int cbo)
         LINE *clp;  
         int cbo;  
 {  {
         LINE    *tlp;          LINE    *tlp;
         int      tbo;          int      tbo;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9