mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-03 18:08:40 +08:00
Remove empty conditional _WIN32 code
This commit is contained in:
parent
d052f609fe
commit
d39c49db2d
@ -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…
Reference in New Issue
Block a user