| # | Line 29 | Line 29 | readobj2( /* read in an object file or stream */ | |
|---|---|---|
| 29 | { | |
| 30 | char *fgetline(); | |
| 31 | FILE *infp; | |
| 32 | < | char buf[512]; |
| 32 | > | char buf[2048]; |
| 33 | register int c; | |
| 34 | ||
| 35 | if (input == NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |