From ca12e7bc8ff4a91f2044c0a60550fec902e97a78 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 13 Nov 2009 13:50:25 +1100 Subject: s4:heimdal Import generated files from heimdal tree We should be able to rebuild these, but a cp is easier :-) --- source4/heimdal/lib/hx509/sel-lex.c | 49 ++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 14 deletions(-) (limited to 'source4/heimdal/lib/hx509/sel-lex.c') diff --git a/source4/heimdal/lib/hx509/sel-lex.c b/source4/heimdal/lib/hx509/sel-lex.c index 75abf27aed..8ff0698627 100644 --- a/source4/heimdal/lib/hx509/sel-lex.c +++ b/source4/heimdal/lib/hx509/sel-lex.c @@ -1,6 +1,5 @@ -#include "config.h" -#line 3 "heimdal/lib/hx509/sel-lex.c" +#line 3 "sel-lex.c" #define YY_INT_ALIGNED short int @@ -9,7 +8,7 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 -#define YY_FLEX_SUBMINOR_VERSION 34 +#define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif @@ -179,13 +178,6 @@ extern FILE *yyin, *yyout; #define unput(c) yyunput( c, (yytext_ptr) ) -/* The following is because we cannot portably get our hands on size_t - * (without autoconf's help, which isn't available because we want - * flex-generated scanners to compile on their own). - * Given that the standard has decreed that size_t exists since 1989, - * I guess we can afford to depend on it. Manoj. - */ - #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; @@ -538,7 +530,7 @@ struct hx_expr_input _hx509_expr_input; #undef ECHO -#line 541 "heimdal/lib/hx509/sel-lex.c" +#line 534 "sel-lex.c" #define INITIAL 0 @@ -556,6 +548,35 @@ struct hx_expr_input _hx509_expr_input; static int yy_init_globals (void ); +/* Accessor methods to globals. + These are made visible to non-reentrant scanners for convenience. */ + +int yylex_destroy (void ); + +int yyget_debug (void ); + +void yyset_debug (int debug_flag ); + +YY_EXTRA_TYPE yyget_extra (void ); + +void yyset_extra (YY_EXTRA_TYPE user_defined ); + +FILE *yyget_in (void ); + +void yyset_in (FILE * in_str ); + +FILE *yyget_out (void ); + +void yyset_out (FILE * out_str ); + +int yyget_leng (void ); + +char *yyget_text (void ); + +int yyget_lineno (void ); + +void yyset_lineno (int line_number ); + /* Macros after this point can all be overridden by user definitions in * section 1. */ @@ -609,7 +630,7 @@ static int input (void ); if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ - int n; \ + unsigned n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ @@ -694,7 +715,7 @@ YY_DECL #line 64 "sel-lex.l" -#line 697 "heimdal/lib/hx509/sel-lex.c" +#line 719 "sel-lex.c" if ( !(yy_init) ) { @@ -841,7 +862,7 @@ YY_RULE_SETUP #line 81 "sel-lex.l" ECHO; YY_BREAK -#line 844 "heimdal/lib/hx509/sel-lex.c" +#line 866 "sel-lex.c" case YY_STATE_EOF(INITIAL): yyterminate(); -- cgit