diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-11-21 16:17:49 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-11-21 16:17:51 +0900 |
commit | 8882ebb3e99fe5e6f5b7a758970f309c91d9cf7a (patch) | |
tree | 8a5f894ac021c04cdaf7d4d62eed9fb354fe9a39 /test/cvsignore.u.c | |
parent | 8466469efcf058c18e3c9cb0fad615c6c4b3e669 (diff) | |
download | re2c-8882ebb3e99fe5e6f5b7a758970f309c91d9cf7a.tar.gz re2c-8882ebb3e99fe5e6f5b7a758970f309c91d9cf7a.tar.bz2 re2c-8882ebb3e99fe5e6f5b7a758970f309c91d9cf7a.zip |
Imported Upstream version 0.15
Change-Id: Ia46cafe1ea3eece20c20828e65a8b204408be7c9
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'test/cvsignore.u.c')
-rw-r--r--[-rwxr-xr-x] | test/cvsignore.u.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/test/cvsignore.u.c b/test/cvsignore.u.c index 8f239665..240eb6ac 100755..100644 --- a/test/cvsignore.u.c +++ b/test/cvsignore.u.c @@ -39,10 +39,9 @@ void scan(YYCTYPE *pText, size_t *pSize, int *pbChanged) while(1) { loop: -#line 43 "<stdout>" +#line 43 "cvsignore.u.c" { YYCTYPE yych; - if ((YYLIMIT - YYCURSOR) < 11) YYFILL(11); yych = *YYCURSOR; if (yych != '$') goto yy4; @@ -58,7 +57,7 @@ loop: yy3: #line 53 "cvsignore.u.re" { output[outsize++] = cursor[-1]; if (cursor >= limit) break; goto loop; } -#line 62 "<stdout>" +#line 61 "cvsignore.u.c" yy4: yych = *++YYCURSOR; goto yy3; @@ -97,7 +96,7 @@ yy15: ++YYCURSOR; #line 48 "cvsignore.u.re" { APPEND(L"$" L"Date$"); goto loop; } -#line 101 "<stdout>" +#line 100 "cvsignore.u.c" yy17: ++YYCURSOR; if (YYLIMIT <= YYCURSOR) YYFILL(1); @@ -117,7 +116,7 @@ yy21: ++YYCURSOR; #line 49 "cvsignore.u.re" { APPEND(L"$" L"Id$"); goto loop; } -#line 121 "<stdout>" +#line 120 "cvsignore.u.c" yy23: ++YYCURSOR; if (YYLIMIT <= YYCURSOR) YYFILL(1); @@ -139,7 +138,7 @@ yy28: ++YYCURSOR; #line 50 "cvsignore.u.re" { APPEND(L"$" L"Log$"); goto loop; } -#line 143 "<stdout>" +#line 142 "cvsignore.u.c" yy30: ++YYCURSOR; if (YYLIMIT <= YYCURSOR) YYFILL(1); @@ -171,7 +170,7 @@ yy40: ++YYCURSOR; #line 51 "cvsignore.u.re" { APPEND(L"$" L"Revision$"); goto loop; } -#line 175 "<stdout>" +#line 174 "cvsignore.u.c" yy42: ++YYCURSOR; if (YYLIMIT <= YYCURSOR) YYFILL(1); @@ -199,7 +198,7 @@ yy50: ++YYCURSOR; #line 52 "cvsignore.u.re" { APPEND(L"$" L"Source$"); goto loop; } -#line 203 "<stdout>" +#line 202 "cvsignore.u.c" yy52: ++YYCURSOR; if (YYLIMIT <= YYCURSOR) YYFILL(1); |