diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-26 01:54:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-26 01:54:18 +0000 |
commit | 8161b6d9e1b7dedcab64ece3de34c23dbacef7c7 (patch) | |
tree | 41c6a3312c3918c3e9e8d04aaa7917d398ffb581 /include | |
parent | ed794375b4795220a7e7de8f2e22c15d505ac46b (diff) |
Remove elimination of __BEGIN_DECLS/__END_DECLS
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 4 |
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> |