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

Diff for /src/usr.bin/mg/display.c between version 1.18 and 1.19

version 1.18, 2002/08/29 22:45:22 version 1.19, 2002/09/15 13:59:16
Line 58 
Line 58 
  * trace trajectory, and the cost of redisplay, when   * trace trajectory, and the cost of redisplay, when
  * the dynamic programming redisplay code is used.   * the dynamic programming redisplay code is used.
  * If no fancy redisplay, this isn't used. The trace index   * If no fancy redisplay, this isn't used. The trace index
  * fields can be "char", and the score a "short", but   * fields can be "char", and the cost a "short", but
  * this makes the code worse on the VAX.   * this makes the code worse on the VAX.
  */   */
 typedef struct {  typedef struct {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19