Remove empty conditional _WIN32 code
This commit is contained in:
parent
d052f609fe
commit
d39c49db2d
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#if defined(_WIN32)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if __linux__ || __APPLE__
|
#if __linux__ || __APPLE__
|
||||||
#define SYS_WHICH_NM "which nm >/dev/null 2>&1"
|
#define SYS_WHICH_NM "which nm >/dev/null 2>&1"
|
||||||
#define TCC_COMPILER "../../tcc"
|
#define TCC_COMPILER "../../tcc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue