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
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-16 02:25:52 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-07-16 02:25:52 +0400
commitce979f3b97d783a5b6f0dddd4bf8886e96d95601 (patch)
tree91edfeb4091c57bb0750b103b34ead326e8c1edb /newlib
parent379811450f1abdeb6abbb16ef5f8d7db84026b32 (diff)
2002-07-15 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__H8300__]: Replace __SMALL_BITFIELDS definition that was removed in error. Move definition before comment regarding H8300 macro definition.
Diffstat (limited to 'newlib')
-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 3f94fe885..e12e800f5 100644
--- a/newlib/libc/include/sys/config.h
+++ b/newlib/libc/include/sys/config.h
@@ -5,9 +5,9 @@
/* exceptions first */
#if defined(__H8300__) || defined(__H8500__) || defined (__H8300H__) || defined(__W65__) || defined (__H8300S__)
+#define __SMALL_BITFIELDS
/* ??? This conditional is true for the h8500 and the w65, defining H8300
in those cases probably isn't the right thing to do. */
-#define __SMALL_BITFIELDS
#define H8300 1
#endif