#include "marshal.h"
#include "compile.h"
#include "ceval.h"
+#include "osdefs.h"
#ifdef DEBUG
#define D(x) x
#define MAGIC 0x949494L
-/* Define pathname separator used in file names */
-
-#ifdef macintosh
-#define SEP ':'
-#endif
-
-#ifdef MSDOS
-#define SEP '\\'
-#endif
-
-#ifndef SEP
-#define SEP '/'
-#endif
-
static object *modules;
/* Forward */
FILE *fp, *fpc;
node *n;
int err;
- char namebuf[258];
+ char namebuf[MAXPATHLEN+1];
int namelen;
long mtime;
extern long getmtime();