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:
parent
5915e2cd14
commit
a79aeed0c1
131 changed files with 795 additions and 280 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue