Commit c6b9bb1
parser.c: Fixes another travis-ci build problem where fgetline() should only be built if WITH_GETLINE is in play.
fgetline() is only called from a wrapped
>> #ifdef WITH_GETLINE
>> read_lines() {
>> ==> fgetline()
>> }
>> #endif1 parent 9197e98 commit c6b9bb1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2580 | 2580 | | |
2581 | 2581 | | |
2582 | 2582 | | |
| 2583 | + | |
2583 | 2584 | | |
2584 | 2585 | | |
2585 | 2586 | | |
| |||
2629 | 2630 | | |
2630 | 2631 | | |
2631 | 2632 | | |
| 2633 | + | |
2632 | 2634 | | |
2633 | 2635 | | |
2634 | 2636 | | |
| |||
0 commit comments