X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/dad49092a95192053aa040827a9b70caa9563ed7..adf5fa13182bed417c720b2602215d7785b45c70:/src/files.c diff --git a/src/files.c b/src/files.c index a353f575..e8556a25 100644 --- a/src/files.c +++ b/src/files.c @@ -154,7 +154,7 @@ openfiles (void) strlwr (infile); #endif /* _WIN32 && !__CYGWIN32__ */ -#if (defined(unix) || defined(__unix) || defined(__unix__)) +#if (defined(unix) || defined(__unix) || defined(__unix__) || defined(__EMX__)) { char *tmp_ptr = getenv("TMPDIR");