Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/iconv/lib/endian.h')
-rw-r--r--newlib/libc/iconv/lib/endian.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/newlib/libc/iconv/lib/endian.h b/newlib/libc/iconv/lib/endian.h
index 097c893fd..91a23c3c2 100644
--- a/newlib/libc/iconv/lib/endian.h
+++ b/newlib/libc/iconv/lib/endian.h
@@ -25,10 +25,8 @@
*
* iconv (Charset Conversion Library) v2.0
*/
-#ifdef ENABLE_ICONV
-
-#ifndef _LOCAL_ENDIAN_H_
-#define _LOCAL_ENDIAN_H_
+#ifndef __LOCAL_ENDIAN_H__
+#define __LOCAL_ENDIAN_H__
#include <sys/param.h>
#include <sys/types.h>
@@ -54,7 +52,5 @@
#endif
-#endif /* #ifndef _LOCAL_ENDIAN_H_ */
-
-#endif /* #ifdef ENABLE_ICONV */
+#endif /* #ifndef __LOCAL_ENDIAN_H__ */