version 1.64 | | version 1.65 |
---|
| | |
/* 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.64 2004/11/15 17:55:26 akirschbaum Exp $ | | * $Header: /cvsroot/crossfire/crossfire/common/loader.c,v 1.65 2005/02/27 18:05:40 majorwoo 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> |
| | #include <unistd.h> |
| | |
| | |
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ | | /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ |
| | |
#ifdef __cplusplus | | #ifdef __cplusplus |
| | |
#include <stdlib.h> | | #include <stdlib.h> |
#include <unistd.h> | | |
| | |
/* Use prototypes in function declarations. */ | | /* Use prototypes in function declarations. */ |
#define YY_USE_PROTOS | | #define YY_USE_PROTOS |
| | |
#line 2 "loader.l" | | #line 2 "loader.l" |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.c,v 1.64 2004/11/15 17:55:26 akirschbaum Exp $"; | | * "$Id: loader.c,v 1.65 2005/02/27 18:05:40 majorwoo Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
YY_DECL | | YY_DECL |
{ | | { |
register yy_state_type yy_current_state; | | register yy_state_type yy_current_state; |
register char *yy_cp, *yy_bp; | | register char *yy_cp = NULL, *yy_bp = NULL; |
register int yy_act; | | register int yy_act; |
| | |
#line 489 "loader.l" | | #line 489 "loader.l" |
| | |
#endif /* ifndef YY_NO_UNPUT */ | | #endif /* ifndef YY_NO_UNPUT */ |
| | |
| | |
| | #ifndef YY_NO_INPUT |
#ifdef __cplusplus | | #ifdef __cplusplus |
static int yyinput() | | static int yyinput() |
#else | | #else |
| | |
| | |
return c; | | return c; |
} | | } |
| | #endif /* YY_NO_INPUT */ |
| | |
#ifdef YY_USE_PROTOS | | #ifdef YY_USE_PROTOS |
void yyrestart( FILE *input_file ) | | void yyrestart( FILE *input_file ) |
| | |
} | | } |
| | |
| | |
#ifndef YY_ALWAYS_INTERACTIVE | | |
#ifndef YY_NEVER_INTERACTIVE | | |
extern int isatty YY_PROTO(( int )); | | |
#endif | | |
#endif | | |
| | |
#ifdef YY_USE_PROTOS | | #ifdef YY_USE_PROTOS |
void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) | | void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) |