diff options
author | Michael Forney <mforney@mforney.org> | 2021-01-23 19:47:12 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-01-23 19:47:12 -0800 |
commit | 988bdd05a326687daa1852c9ff395230743b30d8 (patch) | |
tree | c5837f081e6993abc86b781481bb1af8fc98e48d /sys/include | |
parent | 443d5256bdb6b0fb73795706fc5d48a12a3cd0dc (diff) |
[9front] ape: remove _SUSV2_SOURCE guard from inttypes.h
inttypes.h was added to C99, and this is the only header that used
_SUSV2_SOURCE.
Also, remove now unneeded _SUSV2_SOURCE from python mkfile.
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/ape/inttypes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/include/ape/inttypes.h b/sys/include/ape/inttypes.h index 0a8fbea51..03ffd7fdd 100644 --- a/sys/include/ape/inttypes.h +++ b/sys/include/ape/inttypes.h @@ -1,7 +1,3 @@ -#ifndef _SUSV2_SOURCE -#error "inttypes.h is SUSV2" -#endif - #ifndef _INTTYPES_H_ #define _INTTYPES_H_ 1 |