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

Diff for /src/usr.bin/mg/autoexec.c between version 1.8 and 1.9

version 1.8, 2005/08/09 00:53:47 version 1.9, 2005/10/13 20:28:49
Line 56 
Line 56 
 int  int
 add_autoexec(const char *pattern, const char *func)  add_autoexec(const char *pattern, const char *func)
 {  {
         PF               fp;          PF               fp;
         struct autoexec *ae;          struct autoexec *ae;
   
         if (!ready) {          if (!ready) {

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