| # | Line 20 | Line 20 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 20 | ||
| 21 | #define isdelim(c) (isspace(c) || (c)==',') | |
| 22 | ||
| 23 | < | #define MAXTAB 1024 /* maximum number of data rows */ |
| 24 | < | #define MAXLINE 4096 /* maximum line width (characters) */ |
| 23 | > | #define MAXTAB 8192 /* maximum number of data rows */ |
| 24 | > | #define MAXLINE 16384 /* maximum line width (characters) */ |
| 25 | #define OUTFMT "%.7g" /* output format conversion string */ | |
| 26 | ||
| 27 | int interpolate = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |