summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/sel-lex.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-13 13:50:25 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-13 23:19:06 +1100
commitca12e7bc8ff4a91f2044c0a60550fec902e97a78 (patch)
tree1f41623e99c736d63094bc6640d55488d4e1dc73 /source4/heimdal/lib/hx509/sel-lex.c
parent4f8ba5ad6ac9b7153b0e13654e59f47e67b3f608 (diff)
downloadsamba-ca12e7bc8ff4a91f2044c0a60550fec902e97a78.tar.gz
samba-ca12e7bc8ff4a91f2044c0a60550fec902e97a78.tar.bz2
samba-ca12e7bc8ff4a91f2044c0a60550fec902e97a78.zip
s4:heimdal Import generated files from heimdal tree
We should be able to rebuild these, but a cp is easier :-)
Diffstat (limited to 'source4/heimdal/lib/hx509/sel-lex.c')
-rw-r--r--source4/heimdal/lib/hx509/sel-lex.c49
1 files changed, 35 insertions, 14 deletions
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();