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

Diff for /src/usr.bin/mg/main.c between version 1.63 and 1.64

version 1.63, 2012/01/26 04:14:11 version 1.64, 2012/04/12 04:47:59
Line 9 
Line 9 
 #include "def.h"  #include "def.h"
 #include "kbd.h"  #include "kbd.h"
 #include "funmap.h"  #include "funmap.h"
   
 #ifndef NO_MACRO  
 #include "macro.h"  #include "macro.h"
 #endif  /* NO_MACRO */  
   
 #include <err.h>  #include <err.h>
   
Line 101 
Line 98 
          */           */
         update();          update();
   
 #ifndef NO_STARTUP  
         /* user startup file */          /* user startup file */
         if ((cp = startupfile(NULL)) != NULL)          if ((cp = startupfile(NULL)) != NULL)
                 (void)load(cp);                  (void)load(cp);
 #endif  /* !NO_STARTUP */  
   
         /*          /*
          * Create scratch buffer now, killing old *init* buffer.           * Create scratch buffer now, killing old *init* buffer.
Line 184 
Line 179 
                 case FALSE:                  case FALSE:
                 default:                  default:
                         ttbeep();                          ttbeep();
 #ifndef NO_MACRO  
                         macrodef = FALSE;                          macrodef = FALSE;
 #endif  /* !NO_MACRO */  
                 }                  }
         }          }
 }  }

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64