1 files changed, 0 insertions(+), 4 deletions(-)
M chnode.c
M chnode.c => chnode.c +0 -4
@@ 1,8 1,4 @@
-#if __STDC_HOSTED__ == 0
-#error "chnode does not support freestanding implementations"
-#endif
-
#ifdef __linux__
#define UNAME "linux"
#elif defined __APPLE__