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

Diff for /src/usr.bin/mg/macro.c between version 1.11 and 1.12

version 1.11, 2005/12/20 06:17:36 version 1.12, 2007/03/29 17:37:15
Line 54 
Line 54 
 int  int
 finishmacro(int f, int n)  finishmacro(int f, int n)
 {  {
         macrodef = FALSE;          if (macrodef == TRUE) {
         ewprintf("End Keyboard Macro Definition");                  macrodef = FALSE;
         return (TRUE);                  ewprintf("End Keyboard Macro Definition");
                   return (TRUE);
           }
           return (FALSE);
 }  }
   
 /* ARGSUSED */  /* ARGSUSED */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12