[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.50 and 1.51

version 1.50, 2006/12/30 14:11:06 version 1.51, 2011/01/21 19:10:13
Line 5 
Line 5 
 /*  /*
  *      Extended (M-X) commands, rebinding, and startup file processing.   *      Extended (M-X) commands, rebinding, and startup file processing.
  */   */
 #include <sys/types.h>  
 #include <ctype.h>  
   
 #include "chrdef.h"  #include "chrdef.h"
 #include "def.h"  #include "def.h"
 #include "kbd.h"  #include "kbd.h"
 #include "funmap.h"  #include "funmap.h"
   
   #include <sys/types.h>
   #include <ctype.h>
   
 #ifndef NO_MACRO  #ifndef NO_MACRO
 #include "macro.h"  #include "macro.h"

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51