| version 1.59 | | version 1.60 |
|---|
| | |
| /* 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 |
| | |
| #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 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 $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| 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); |