Difference for common/loader.l from version 1.46 to 1.47


version 1.46 version 1.47
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.46 2003/07/02 15:13:54 tchize Exp $";   *   "$Id: loader.l,v 1.47 2003/07/07 18:49:21 tchize Exp $";
  */   */
   
 /*  /*
Line 1292
 
Line 1292
     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.46 
line(s) changed
 line(s) added in v.1.47

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