Browse Source

another build fix, a simple UNIX build now compiles clean

experimental/zts_stdc_scanners
Zeev Suraski 25 years ago
parent
commit
faa12fa06f
  1. 2
      TSRM/tsrm_virtual_cwd.c

2
TSRM/tsrm_virtual_cwd.c

@ -38,9 +38,7 @@
#define VIRTUAL_CWD_DEBUG 0
#ifdef ZTS
#include "TSRM.h"
#endif
/* Only need mutex for popen() in Windows because it doesn't chdir() on UNIX */
#if defined(TSRM_WIN32) && defined(ZTS)

Loading…
Cancel
Save