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

Diff for /src/usr.bin/mg/extend.c between version 1.61 and 1.62

version 1.61, 2015/03/24 22:28:10 version 1.62, 2015/04/12 21:42:18
Line 911 
Line 911 
                 lp = np;                  lp = np;
         }          }
         free(lp);          free(lp);
           maclhead = NULL;
           macrodef = FALSE;
         return (status);          return (status);
 }  }
   

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62