diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-04-19 21:22:09 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-04-19 21:22:09 +0100 |
commit | fd74024a4940fd8fc10daf9181beebc44c21ca32 (patch) | |
tree | baaf95866105a40e1c3d6f57d45fb21128da43e3 /phpdbg_lexer.h | |
parent | 89868dd4d9f9271e0d042549adf0d920d29d3067 (diff) | |
download | php-git-fd74024a4940fd8fc10daf9181beebc44c21ca32.tar.gz |
remove compile command
Diffstat (limited to 'phpdbg_lexer.h')
-rw-r--r-- | phpdbg_lexer.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/phpdbg_lexer.h b/phpdbg_lexer.h index b8ba48a1e5..1958cef9a2 100644 --- a/phpdbg_lexer.h +++ b/phpdbg_lexer.h @@ -13,7 +13,7 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 -#define YY_FLEX_SUBMINOR_VERSION 35 +#define YY_FLEX_SUBMINOR_VERSION 37 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif @@ -51,7 +51,6 @@ typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; -typedef uint64_t flex_uint64_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; @@ -59,7 +58,6 @@ typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; -#endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN @@ -90,6 +88,8 @@ typedef unsigned int flex_uint32_t; #define UINT32_MAX (4294967295U) #endif +#endif /* ! C99 */ + #endif /* ! FLEXINT_H */ #ifdef __cplusplus @@ -214,7 +214,7 @@ void yyfree (void * ,yyscan_t yyscanner ); /* Begin user sect3 */ -#define yywrap(n) 1 +#define yywrap(yyscanner) 1 #define YY_SKIP_YYWRAP #define yytext_ptr yytext_r @@ -271,6 +271,10 @@ int yyget_lineno (yyscan_t yyscanner ); void yyset_lineno (int line_number ,yyscan_t yyscanner ); +int yyget_column (yyscan_t yyscanner ); + +void yyset_column (int column_no ,yyscan_t yyscanner ); + YYSTYPE * yyget_lval (yyscan_t yyscanner ); void yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner ); @@ -336,9 +340,9 @@ extern int yylex \ #undef YY_DECL #endif -#line 131 "/var/root/php-src/sapi/phpdbg/phpdbg_lexer.l" +#line 131 "/usr/src/php-src/sapi/phpdbg/phpdbg_lexer.l" -#line 343 "sapi/phpdbg/phpdbg_lexer.h" +#line 347 "sapi/phpdbg/phpdbg_lexer.h" #undef yyIN_HEADER #endif /* yyHEADER_H */ |