diff options
author | antirez <antirez@gmail.com> | 2020-07-02 13:03:01 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2020-07-02 13:03:01 +0200 |
commit | 0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7 (patch) | |
tree | e58bb0474335ce9ec61d3e19598410e6561499e4 | |
parent | 22cf54f3108974ede3031b887cb944dd54b24bc0 (diff) | |
download | filo-0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7.tar.gz filo-0099562d0e79aea0c6deedfa1ee0ef4a3a8883b7.zip |
Simplify features macro.
-rw-r--r-- | kilo.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -34,15 +34,7 @@ #define KILO_VERSION "0.0.1" -#ifdef __APPLE__ -#include <AvailabilityMacros.h> -#endif - #ifdef __linux__ -#include <features.h> -#endif - -#ifdef __GLIBC__ #define _POSIX_C_SOURCE 200809L #endif |