mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
OS/2 honors TMPDIR environment variable.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user