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:
authorJeff Johnston <jjohnstn@redhat.com>2002-09-20 21:11:29 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-09-20 21:11:29 +0400
commitda25e61f5998b4ec3e72486cdcd84f6220253ac8 (patch)
treee31a0bcf9c270d60fcfcfb471abc09bd21e5eff0 /newlib/libc/include/sys
parent0226921e1dfc24a394eabb211f1b0f92f934faa7 (diff)
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')
-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