]> git.saurik.com Git - bison.git/blobdiff - src/files.c
* src/Makefile.am (bison.simple): Fix the awk program: quote only
[bison.git] / src / files.c
index a353f575b3bfceb1f6fc23f4b68385792c04f4d5..e8556a258c6e2a7a71a9c5802d4b3736deea6988 100644 (file)
@@ -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");