aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2017-04-27 01:57:38 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2017-04-27 01:57:38 +0200
commitc1f3944bd6ac53fe6672720bcea9fa4a8c1d3135 (patch)
tree819a509d950b5b0451a4eb871fa3dce82c54ec19
parente52b69356903b4b67541ee752849bcc8d4726f56 (diff)
No namespace in machine.h headers...
-rw-r--r--include/umachine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/umachine.h b/include/umachine.h
index a09cc24..e43e289 100644
--- a/include/umachine.h
+++ b/include/umachine.h
@@ -29,7 +29,6 @@
# include <builtin.h>
# include <fixed.h>
__BEGIN_DECLS
-__BEGIN_NAMESPACE_STD
/* ************************************************************************** */
/* GBR interaction */
@@ -1009,7 +1008,6 @@ static __asm_inline int32_t __clipuw(int32_t __data) {
# define bnotcopy(_DATA1, _OFF1, _DATA2, _OFF2) ((void)0)
# endif
-__END_NAMESPACE_STD
__END_DECLS
#endif /* _UMACHINE_H, _UMACHINE */
#ifndef _UMACHINE_H