| # | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 14 | #include "calcomp.h" | |
| 15 | #include "view.h" | |
| 16 | ||
| 17 | < | #define MAXINP 32 /* maximum number of input files */ | 
| 17 | > | #define MAXINP 512 /* maximum number of input files */ | 
| 18 | #define WINSIZ 64 /* scanline window size */ | |
| 19 | #define MIDSCN ((WINSIZ-1)/2+1) | |
| 20 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |