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

Diff for /src/usr.bin/tip/Attic/tip.c between version 1.45 and 1.46

version 1.45, 2010/06/29 23:38:05 version 1.46, 2010/06/30 00:09:27
Line 43 
Line 43 
 #include "tip.h"  #include "tip.h"
 #include "pathnames.h"  #include "pathnames.h"
   
 int     disc = TTYDISC;         /* tip normally runs this way */  
 char    PNbuf[256];                     /* This limits the size of a number */  
   
 static void     intprompt(int);  static void     intprompt(int);
 static void     tipin(void);  static void     tipin(void);
 static int      escape(void);  static int      escape(void);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46