]> git.saurik.com Git - bison.git/commitdiff
OS/2 honors TMPDIR environment variable.
authorJesse Thilo <jthilo@gnu.org>
Mon, 13 Dec 1999 07:36:01 +0000 (07:36 +0000)
committerJesse Thilo <jthilo@gnu.org>
Mon, 13 Dec 1999 07:36:01 +0000 (07:36 +0000)
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");