- Notifications
You must be signed in to change notification settings - Fork5
Commit4d3456e
committed
Remove outside-the-scanner references to "yyleng".
It seems the flex developers have decided to change yyleng from int to size_t.This has already happened in the latest release of OS X, and will starthappening elsewhere once the next release of flex appears. Rather than tryingto divine how it's declared in any particular build, let's just remove the oneexisting not-very-necessary external usage.Back-patch to all supported branches; not so much because users in the fieldare likely to care about building old branches with cutting-edge flex, asto keep OSX-based buildfarm members from having problems with old branches.1 parent9f0e84a commit4d3456e
2 files changed
+5
-10
lines changedLines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
| 187 | + | |
192 | 188 |
| |
193 | 189 |
| |
194 | 190 |
| |
| |||
220 | 216 |
| |
221 | 217 |
| |
222 | 218 |
| |
223 |
| - | |
| 219 | + | |
224 | 220 |
| |
225 | 221 |
| |
226 | 222 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
| 42 | + | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
|
0 commit comments
Comments
(0)