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

Diff for /src/usr.bin/tic/tic.c between version 1.8 and 1.9

version 1.8, 1999/03/11 21:08:10 version 1.9, 1999/03/16 15:25:32
Line 44 
Line 44 
 #include <dump_entry.h>  #include <dump_entry.h>
 #include <term_entry.h>  #include <term_entry.h>
   
 MODULE_ID("$From: tic.c,v 1.49 1999/03/07 01:21:14 tom Exp $")  MODULE_ID("$From: tic.c,v 1.50 1999/03/16 01:12:04 tom Exp $")
   
 const char *_nc_progname = "tic";  const char *_nc_progname = "tic";
   
Line 713 
Line 713 
  * references to locations in the arrays Booleans, Numbers, and Strings ---   * references to locations in the arrays Booleans, Numbers, and Strings ---
  * precisely what's needed (see comp_parse.c).   * precisely what's needed (see comp_parse.c).
  */   */
   
   TERMINAL *cur_term;     /* tweak to avoid linking lib_cur_term.c */
   
 #undef CUR  #undef CUR
 #define CUR tp->  #define CUR tp->

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9