- Notifications
You must be signed in to change notification settings - Fork5
Commit34a1114
committed
Although the flex documentation avers that yyalloc and yyrealloc take
size_t arguments, the emitted scanner actually prototypes them withtype yy_size_t, which is sometimes not the same thing depending onflex version and platform. Easiest fix seems to be to use yy_size_t.Per buildfarm results.1 parent91e7192 commit34a1114
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 | 1213 |
| |
1214 |
| - | |
| 1214 | + | |
1215 | 1215 |
| |
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 | 1219 |
| |
1220 |
| - | |
| 1220 | + | |
1221 | 1221 |
| |
1222 | 1222 |
| |
1223 | 1223 |
| |
|
0 commit comments
Comments
(0)