[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.89 and 1.90

version 1.89, 2005/10/04 02:42:03 version 1.90, 2005/10/14 15:41:33
Line 45 
Line 45 
         }          }
 };  };
   
 static BUFFER *tbuf;  
   
 void  void
 theo_init(void)  theo_init(void)
 {  {
Line 71 
Line 69 
         if ((wp = popbuf(bp)) == NULL)          if ((wp = popbuf(bp)) == NULL)
                 return (FALSE);                  return (FALSE);
   
         tbuf = curbp = bp;          curbp = bp;
         curwp = wp;          curwp = wp;
         return (TRUE);          return (TRUE);
 }  }

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