| version 1.84 | | version 1.85 |
|---|
| | |
| /* 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.84 2006/05/20 10:30:43 ryo_saeba Exp $ | | * $Header: /cvsroot/crossfire/crossfire/common/loader.c,v 1.85 2006/05/21 12:37:11 akirschbaum Exp $ |
| */ | | */ |
| | | |
| #define FLEX_SCANNER | | #define FLEX_SCANNER |
| | |
| #line 2 "loader.l" | | #line 2 "loader.l" |
| /* | | /* |
| * static char *rcsid_object_c = | | * static char *rcsid_object_c = |
| * "$Id: loader.c,v 1.84 2006/05/20 10:30:43 ryo_saeba Exp $"; | | * "$Id: loader.c,v 1.85 2006/05/21 12:37:11 akirschbaum Exp $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| | | |
| #define YY_DECL int lex_load(object *op, int map_flags) | | #define YY_DECL int lex_load(object *op, int map_flags) |
| | | |
| static char *yval(); | | static char *yval(void); |
| | | |
| static int lex_error; | | static int lex_error; |
| static char msgbuf[HUGE_BUF]; | | static char msgbuf[HUGE_BUF]; |