diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-10 08:53:15 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-10 15:20:33 +1100 |
commit | 45e681d416bbb0e23b9884f5697234a69bb7f06e (patch) | |
tree | 65b1eed8a6baf4bcf9985b0b7ec2350d211860a2 /source4/heimdal/lib/hx509/lex.yy.c | |
parent | 11c530149113c50a24079ec58c2d99299b7df295 (diff) | |
download | samba-45e681d416bbb0e23b9884f5697234a69bb7f06e.tar.gz samba-45e681d416bbb0e23b9884f5697234a69bb7f06e.tar.bz2 samba-45e681d416bbb0e23b9884f5697234a69bb7f06e.zip |
heimdal: Re-run lexyacc.sh to remove #line statements
Diffstat (limited to 'source4/heimdal/lib/hx509/lex.yy.c')
-rw-r--r-- | source4/heimdal/lib/hx509/lex.yy.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/source4/heimdal/lib/hx509/lex.yy.c b/source4/heimdal/lib/hx509/lex.yy.c index b967a4f943..5c0a9c4635 100644 --- a/source4/heimdal/lib/hx509/lex.yy.c +++ b/source4/heimdal/lib/hx509/lex.yy.c @@ -467,8 +467,6 @@ int yy_flex_debug = 0; #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *yytext; -#line 1 "sel-lex.l" -#line 2 "sel-lex.l" /* * Copyright (c) 2004, 2008 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -534,8 +532,6 @@ struct hx_expr_input _hx509_expr_input; #undef ECHO -#line 538 "lex.yy.c" - #define INITIAL 0 #ifndef YY_NO_UNISTD_H @@ -716,11 +712,6 @@ YY_DECL register char *yy_cp, *yy_bp; register int yy_act; -#line 68 "sel-lex.l" - - -#line 723 "lex.yy.c" - if ( !(yy_init) ) { (yy_init) = 1; @@ -804,37 +795,30 @@ do_action: /* This label is used only to access EOF actions. */ case 1: YY_RULE_SETUP -#line 70 "sel-lex.l" { return kw_TRUE; } YY_BREAK case 2: YY_RULE_SETUP -#line 71 "sel-lex.l" { return kw_FALSE; } YY_BREAK case 3: YY_RULE_SETUP -#line 72 "sel-lex.l" { return kw_AND; } YY_BREAK case 4: YY_RULE_SETUP -#line 73 "sel-lex.l" { return kw_OR; } YY_BREAK case 5: YY_RULE_SETUP -#line 74 "sel-lex.l" { return kw_IN; } YY_BREAK case 6: YY_RULE_SETUP -#line 75 "sel-lex.l" { return kw_TAILMATCH; } YY_BREAK case 7: YY_RULE_SETUP -#line 77 "sel-lex.l" { yylval.string = strdup ((const char *)yytext); return IDENTIFIER; @@ -842,31 +826,25 @@ YY_RULE_SETUP YY_BREAK case 8: YY_RULE_SETUP -#line 81 "sel-lex.l" { yylval.string = handle_string(); return STRING; } YY_BREAK case 9: /* rule 9 can match eol */ YY_RULE_SETUP -#line 82 "sel-lex.l" { ++lineno; } YY_BREAK case 10: YY_RULE_SETUP -#line 83 "sel-lex.l" { return *yytext; } YY_BREAK case 11: YY_RULE_SETUP -#line 84 "sel-lex.l" ; YY_BREAK case 12: YY_RULE_SETUP -#line 85 "sel-lex.l" ECHO; YY_BREAK -#line 870 "lex.yy.c" case YY_STATE_EOF(INITIAL): yyterminate(); @@ -1864,10 +1842,6 @@ void yyfree (void * ptr ) #define YYTABLES_NAME "yytables" -#line 85 "sel-lex.l" - - - static char * handle_string(void) { |