Difference for common/loader.l from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.40 2003/03/08 05:35:32 mwedel Exp $";   *   "$Id: loader.l,v 1.41 2003/04/05 05:39:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 370
 
Line 370
 ^level{S} op->level = IVAL;  ^level{S} op->level = IVAL;
 ^direction{S} op->direction = IVAL;  ^direction{S} op->direction = IVAL;
 ^type{S} op->type = IVAL;  ^type{S} op->type = IVAL;
   ^subtype{S} op->subtype = IVAL;
 ^material{S} op->material = IVAL;  ^material{S} op->material = IVAL;
 ^materialname{S}    { char *yv=yval();  ^materialname{S}    { char *yv=yval();
  if (*yv=='\0')   if (*yv=='\0')
Line 1510
 
Line 1511
     save_long(buf, "direction", op->direction);      save_long(buf, "direction", op->direction);
   if(op->type!=op2->type)    if(op->type!=op2->type)
     save_long(buf, "type", op->type);      save_long(buf, "type", op->type);
     if(op->subtype!=op2->subtype)
       save_long(buf, "type", op->subtype);
   if(op->attacktype!=op2->attacktype)    if(op->attacktype!=op2->attacktype)
     save_long(buf, "attacktype", op->attacktype);      save_long(buf, "attacktype", op->attacktype);
   


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

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