[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.90 and 1.91

version 1.90, 2005/10/14 15:41:33 version 1.91, 2005/10/14 19:46:46
Line 52 
Line 52 
         maps_add((KEYMAP *)&theomap, "theo");          maps_add((KEYMAP *)&theomap, "theo");
 }  }
   
   /* ARGSUSED */
 static int  static int
 theo(int f, int n)  theo(int f, int n)
 {  {
Line 181 
Line 182 
   
 static const int ntalk = sizeof(talk)/sizeof(talk[0]);  static const int ntalk = sizeof(talk)/sizeof(talk[0]);
   
   /* ARGSUSED */
 static int  static int
 theo_analyze(int f, int n)  theo_analyze(int f, int n)
 {  {

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91