Difference for common/loader.c from version 1.59 to 1.60


version 1.59 version 1.60
Line 1
 
Line 1
 /* A lexical scanner generated by flex */  /* A lexical scanner generated by flex */
   
 /* Scanner skeleton version:  /* Scanner skeleton version:
  * $Header: /cvsroot/crossfire/crossfire/common/loader.c,v 1.59 2004/04/08 07:23:06 ryo_saeba Exp $   * $Header: /cvsroot/crossfire/crossfire/common/loader.c,v 1.60 2004/06/11 07:23:37 mwedel Exp $
  */   */
   
 #define FLEX_SCANNER  #define FLEX_SCANNER
Line 9
 
Line 9
 #define YY_FLEX_MINOR_VERSION 5  #define YY_FLEX_MINOR_VERSION 5
   
 #include <stdio.h>  #include <stdio.h>
 #ifndef WIN32  
 #include <unistd.h>  #include <unistd.h>
 #endif  
   
   
 /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */  /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
Line 1841
 
Line 1839
 #line 2 "loader.l"  #line 2 "loader.l"
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.c,v 1.59 2004/04/08 07:23:06 ryo_saeba Exp $";   *   "$Id: loader.c,v 1.60 2004/06/11 07:23:37 mwedel Exp $";
  */   */
   
 /*  /*
Line 5715
 
Line 5713
  FAST_SAVE_LONG(fastbuf,"range_modifier ",op->range_modifier,15);   FAST_SAVE_LONG(fastbuf,"range_modifier ",op->range_modifier,15);
   
     if (op->duration_modifier != op2->duration_modifier)       if (op->duration_modifier != op2->duration_modifier)
  FAST_SAVE_LONG(fastbuf,"duration_modifier ", op->duration_modifier,19);   FAST_SAVE_LONG(fastbuf,"duration_modifier ", op->duration_modifier,18);
   
     if (op->dam_modifier != op2->dam_modifier)      if (op->dam_modifier != op2->dam_modifier)
  FAST_SAVE_LONG(fastbuf,"dam_modifier ", op->dam_modifier,14);   FAST_SAVE_LONG(fastbuf,"dam_modifier ", op->dam_modifier,14);


Legend:
line(s) removed in v.1.59 
line(s) changed
 line(s) added in v.1.60

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