From 45e681d416bbb0e23b9884f5697234a69bb7f06e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 10 Feb 2012 08:53:15 +1100 Subject: heimdal: Re-run lexyacc.sh to remove #line statements --- source4/heimdal/lib/com_err/lex.c | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'source4/heimdal/lib/com_err/lex.c') diff --git a/source4/heimdal/lib/com_err/lex.c b/source4/heimdal/lib/com_err/lex.c index e3c13a047e..6346268b98 100644 --- a/source4/heimdal/lib/com_err/lex.c +++ b/source4/heimdal/lib/com_err/lex.c @@ -1,6 +1,5 @@ #include "config.h" -#line 3 "lex.c" #define YY_INT_ALIGNED short int @@ -473,8 +472,6 @@ int yy_flex_debug = 0; #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *yytext; -#line 1 "lex.l" -#line 2 "lex.l" /* * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -527,8 +524,6 @@ static int getstring(void); #undef ECHO -#line 530 "lex.c" - #define INITIAL 0 #ifndef YY_NO_UNISTD_H @@ -707,10 +702,6 @@ YY_DECL register char *yy_cp, *yy_bp; register int yy_act; -#line 58 "lex.l" - -#line 712 "lex.c" - if ( !(yy_init) ) { (yy_init) = 1; @@ -794,86 +785,69 @@ do_action: /* This label is used only to access EOF actions. */ case 1: YY_RULE_SETUP -#line 59 "lex.l" { return ET; } YY_BREAK case 2: YY_RULE_SETUP -#line 60 "lex.l" { return ET; } YY_BREAK case 3: YY_RULE_SETUP -#line 61 "lex.l" { return EC; } YY_BREAK case 4: YY_RULE_SETUP -#line 62 "lex.l" { return EC; } YY_BREAK case 5: YY_RULE_SETUP -#line 63 "lex.l" { return PREFIX; } YY_BREAK case 6: YY_RULE_SETUP -#line 64 "lex.l" { return INDEX; } YY_BREAK case 7: YY_RULE_SETUP -#line 65 "lex.l" { return ID; } YY_BREAK case 8: YY_RULE_SETUP -#line 66 "lex.l" { return END; } YY_BREAK case 9: YY_RULE_SETUP -#line 67 "lex.l" { yylval.number = atoi(yytext); return NUMBER; } YY_BREAK case 10: YY_RULE_SETUP -#line 68 "lex.l" ; YY_BREAK case 11: YY_RULE_SETUP -#line 69 "lex.l" ; YY_BREAK case 12: /* rule 12 can match eol */ YY_RULE_SETUP -#line 70 "lex.l" { lineno++; } YY_BREAK case 13: YY_RULE_SETUP -#line 71 "lex.l" { return getstring(); } YY_BREAK case 14: YY_RULE_SETUP -#line 72 "lex.l" { yylval.string = strdup(yytext); return STRING; } YY_BREAK case 15: YY_RULE_SETUP -#line 73 "lex.l" { return *yytext; } YY_BREAK case 16: YY_RULE_SETUP -#line 74 "lex.l" ECHO; YY_BREAK -#line 876 "lex.c" case YY_STATE_EOF(INITIAL): yyterminate(); @@ -1834,10 +1808,6 @@ void yyfree (void * ptr ) #define YYTABLES_NAME "yytables" -#line 74 "lex.l" - - - #ifndef yywrap /* XXX */ int yywrap () -- cgit