Difference for common/loader.l from version 1.82 to 1.83


version 1.82 version 1.83
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.82 2006/06/05 06:28:56 mwedel Exp $";   *   "$Id: loader.l,v 1.83 2006/08/08 18:17:53 qal21 Exp $";
  */   */
   
 /*  /*
Line 2034
 
Line 2034
  return;   return;
     }      }
   
       /* If the object has no_save set, just return */
       if(op->no_save)
           return;
   
     if((at=op->arch)==NULL) at=empty_archetype;      if((at=op->arch)==NULL) at=empty_archetype;
     fprintf(fp,"arch %s\n",at->name);      fprintf(fp,"arch %s\n",at->name);
   


Legend:
line(s) removed in v.1.82 
line(s) changed
 line(s) added in v.1.83

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