summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/config.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-09-20 17:11:29 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-09-20 17:11:29 +0000
commitda25e61f5998b4ec3e72486cdcd84f6220253ac8 (patch)
treee31a0bcf9c270d60fcfcfb471abc09bd21e5eff0 /newlib/libc/include/sys/config.h
parent0226921e1dfc24a394eabb211f1b0f92f934faa7 (diff)
downloadcygnal-da25e61f5998b4ec3e72486cdcd84f6220253ac8.tar.gz
cygnal-da25e61f5998b4ec3e72486cdcd84f6220253ac8.tar.bz2
cygnal-da25e61f5998b4ec3e72486cdcd84f6220253ac8.zip
2002-09-20 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Minor comment and formatting changes. * libc/Makefile.am: Add libc_la_DEPENDENCIES. * libc/Makefile.in: Regenerated. * libc/include/sys/config.h: Minor format change.
Diffstat (limited to 'newlib/libc/include/sys/config.h')
-rw-r--r--newlib/libc/include/sys/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h
index deb0d27d0..2f54b0aac 100644
--- a/newlib/libc/include/sys/config.h
+++ b/newlib/libc/include/sys/config.h
@@ -166,7 +166,7 @@
#define _READ_WRITE_RETURN_TYPE int
#endif
-#ifndef __WCHAR_MAX__
+#ifndef __WCHAR_MAX__
#if __INT_MAX__ == 32767 || defined(__CYGWIN__) || \
defined (_WIN32)
#define __WCHAR_MAX__ 0xffffu