Difference for common/loader.c from version 1.45 to 1.46


version 1.45 version 1.46
Line 1840
 
Line 1840
 #line 2 "loader.l"  #line 2 "loader.l"
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.c,v 1.45 2003/07/02 15:13:54 tchize Exp $";   *   "$Id: loader.c,v 1.46 2003/07/07 18:49:21 tchize Exp $";
  */   */
   
 /*  /*
Line 5406
 
Line 5406
     FAST_SAVE_LONG(fastbuf,"grace ",op->stats.grace,6);      FAST_SAVE_LONG(fastbuf,"grace ",op->stats.grace,6);
   if(op->stats.maxgrace!=op2->stats.maxgrace)    if(op->stats.maxgrace!=op2->stats.maxgrace)
     /*save_long(buf, "maxgrace", op->stats.maxgrace);*/      /*save_long(buf, "maxgrace", op->stats.maxgrace);*/
     FAST_SAVE_LONG(fastbuf,"maxgrace ",op->stats.maxgrace,6);      FAST_SAVE_LONG(fastbuf,"maxgrace ",op->stats.maxgrace,9);
   if(op->stats.exp!=op2->stats.exp)    if(op->stats.exp!=op2->stats.exp)
     /*save_long_long(buf, "exp", op->stats.exp);*/      /*save_long_long(buf, "exp", op->stats.exp);*/
     FAST_SAVE_LONG(fastbuf,"exp ",op->stats.exp,4);      FAST_SAVE_LONG(fastbuf,"exp ",op->stats.exp,4);


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:10