diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-28 12:31:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-03-28 12:31:56 +0000 |
commit | 137b56a5c65d26eec13dede7b8f398611aaa008d (patch) | |
tree | 7ff549e19f9fb5010d5aff8d4d37f50c377643b1 /Build/source/utils/xindy | |
parent | 203d0153798d0cc9813c1672e75c0e0395a1c3b9 (diff) |
flex 2.5.39
git-svn-id: svn://tug.org/texlive/trunk@33311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.4/tex2xindy/tex2xindy.c | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/tex2xindy/tex2xindy.c b/Build/source/utils/xindy/xindy-2.4/tex2xindy/tex2xindy.c index d2d573336e2..7ab53a357c9 100644 --- a/Build/source/utils/xindy/xindy-2.4/tex2xindy/tex2xindy.c +++ b/Build/source/utils/xindy/xindy-2.4/tex2xindy/tex2xindy.c @@ -23,7 +23,7 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 -#define YY_FLEX_SUBMINOR_VERSION 37 +#define YY_FLEX_SUBMINOR_VERSION 39 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif @@ -182,6 +182,7 @@ extern FILE *yyin, *yyout; #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) + #define YY_LINENO_REWIND_TO(ptr) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ @@ -748,7 +749,7 @@ static void omega_output_utf8 ( int width ) } -#line 752 "tex2xindy.c" +#line 753 "tex2xindy.c" #define INITIAL 0 #define key 1 @@ -938,11 +939,6 @@ YY_DECL register char *yy_cp, *yy_bp; register int yy_act; -#line 222 "tex2xindy.l" - - -#line 945 "tex2xindy.c" - if ( !(yy_init) ) { (yy_init) = 1; @@ -969,6 +965,12 @@ YY_DECL yy_load_buffer_state( ); } + { +#line 222 "tex2xindy.l" + + +#line 973 "tex2xindy.c" + while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); @@ -985,7 +987,7 @@ YY_DECL yy_match: do { - register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; + register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; @@ -1310,7 +1312,7 @@ YY_RULE_SETUP #line 378 "tex2xindy.l" ECHO; YY_BREAK -#line 1314 "tex2xindy.c" +#line 1316 "tex2xindy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(key): case YY_STATE_EOF(print): @@ -1450,6 +1452,7 @@ case YY_STATE_EOF(skiplocation): "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ + } /* end of user's declarations */ } /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer @@ -2083,7 +2086,7 @@ YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len YY_BUFFER_STATE b; char *buf; yy_size_t n; - int i; + yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; @@ -2479,3 +2482,4 @@ int yywrap (void) Revision 1.1 1996/06/24 08:53:57 kehr Initial checkin of the Makefile, README and tex2xindy. */ + |