unconditionally define feature test macros

This commit is contained in:
cathugger
2019-03-31 19:36:58 +00:00
parent 33162701fe
commit 4fb82c8902
3 changed files with 0 additions and 6 deletions

2
yaml.c
View File

@@ -1,6 +1,4 @@
#ifdef __GLIBC__
#define _POSIX_C_SOURCE 200112L
#endif
#include <assert.h>
#include <stdio.h>