1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Remove __BEGIN_DECLS and __END_DECLS.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-05-13 18:11:02 +02:00
parent 5915e2cd14
commit a79aeed0c1
131 changed files with 795 additions and 280 deletions

View file

@ -34,7 +34,9 @@
#include <bits/wordsize.h>
#endif
__BEGIN_DECLS
#ifdef __cplusplus
extern "C" {
#endif
#if __WORDSIZE == 64 || (defined __FLT_EVAL_METHOD__ && __FLT_EVAL_METHOD__ == 0)
@ -61,6 +63,8 @@ typedef long double __double_t;
#endif
__END_DECLS
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif