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

Diff for /src/usr.bin/mg/Attic/theo.c between version 1.144 and 1.145

version 1.144, 2015/03/16 13:47:48 version 1.145, 2015/03/19 21:22:15
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #include <sys/queue.h>
   #include <signal.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   
 #include "def.h"  #include "def.h"
 #include "kbd.h"  
 #include "funmap.h"  #include "funmap.h"
   #include "kbd.h"
   
 void            theo_init(void);  void            theo_init(void);
 static int      theo_analyze(int, int);  static int      theo_analyze(int, int);

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145