| # | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 5 | * System calls for meta-file routines | |
| 6 | */ | |
| 7 | ||
| 8 | < | |
| 8 | > | #include "rtprocess.h" /* getpid() */ |
| 9 | > | #include "rterror.h" |
| 10 | #include "meta.h" | |
| 11 | ||
| 12 | ||
| 12 | – | |
| 13 | – | |
| 14 | – | |
| 13 | FILE * | |
| 14 | efopen(fname, mode) /* open a file, report errors */ | |
| 15 | ||
| # | Line 39 | Line 37 | char *mode; | |
| 37 | ||
| 38 | { | |
| 39 | char *mdir, stemp[MAXFNAME]; | |
| 40 | < | #if UNIX || MAC |
| 40 | > | #if UNIX || MAC || _WIN32 |
| 41 | char *getenv(); | |
| 42 | ||
| 43 | if ((mdir = getenv("MDIR")) == NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |