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

Diff for /src/usr.bin/mg/basic.c between version 1.43 and 1.44

version 1.43, 2014/11/16 04:16:41 version 1.44, 2015/03/19 21:22:15
Line 11 
Line 11 
  * mark. Only moves between lines, which might make the   * mark. Only moves between lines, which might make the
  * current buffer framing bad, are hard.   * current buffer framing bad, are hard.
  */   */
 #include "def.h"  
   
   #include <sys/queue.h>
 #include <ctype.h>  #include <ctype.h>
 #include <limits.h>  #include <limits.h>
   #include <signal.h>
   #include <stdio.h>
   #include <stdlib.h>
   
   #include "def.h"
   
 /*  /*
  * Go to beginning of line.   * Go to beginning of line.

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44