| # | Line 25 | Line 25 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 25 | ||
| 26 | #define isblnk(c) (igneol ? isspace(c) : (c)==' '||(c)=='\t') | |
| 27 | ||
| 28 | < | #define INBSIZ 4096 /* longest record */ |
| 28 | > | #define INBSIZ 16384 /* longest record */ |
| 29 | #define MAXCOL 32 /* number of columns recorded */ | |
| 30 | ||
| 31 | /* field type specifications */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |