| # | Line 48 | Line 48 | int nmods = 0; /* number of modifiers */ | |
|---|---|---|
| 48 | ||
| 49 | void (*addobjnotify[8])() = {ambnotify, NULL}; | |
| 50 | ||
| 51 | < | char RCCONTEXT[] = "RC"; /* our special evaluation context */ |
| 51 | > | char RCCONTEXT[] = "RC."; /* our special evaluation context */ |
| 52 | ||
| 53 | ||
| 54 | static void | |
| # | Line 180 | Line 180 | main(int argc, char *argv[]) | |
| 180 | progname = argv[0] = fixargv0(argv[0]); | |
| 181 | gargv = argv; | |
| 182 | gargc = argc; | |
| 183 | + | #if defined(_WIN32) || defined(_WIN64) |
| 184 | + | _setmaxstdio(2048); /* increase file limit to maximum */ |
| 185 | + | #endif |
| 186 | /* initialize calcomp routines early */ | |
| 187 | initfunc(); | |
| 188 | setcontext(RCCONTEXT); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |