- Notifications
You must be signed in to change notification settings - Fork28
Commit1b8d946
committed
Hmm, it seems some versions of flex declare yytext as extern char[]
but others declare it as extern char *. gcc complains (quite rightly too).Worked around it by rearranging the order of inclusions so that we don'thave to explicitly declare yytext; this should work with either variant.1 parente4274d6 commit1b8d946
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
1454 | 1455 |
| |
1455 | 1456 |
| |
1456 | 1457 |
| |
1457 |
| - | |
1458 |
| - | |
1459 |
| - | |
1460 |
| - |
0 commit comments
Comments
(0)