summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-26 01:54:18 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-26 01:54:18 +0000
commit8161b6d9e1b7dedcab64ece3de34c23dbacef7c7 (patch)
tree41c6a3312c3918c3e9e8d04aaa7917d398ffb581 /include/features.h
parented794375b4795220a7e7de8f2e22c15d505ac46b (diff)
Remove elimination of __BEGIN_DECLS/__END_DECLS
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/features.h b/include/features.h
index 9e08de607..8b69a5828 100644
--- a/include/features.h
+++ b/include/features.h
@@ -321,10 +321,6 @@
# include <gnu/stubs.h>
#endif
-/* No C++ */
-#define __BEGIN_DECLS
-#define __END_DECLS
-
/* Load up the current set of uClibc supported features */
#define __need_uClibc_config_h
#include <bits/uClibc_config.h>