Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Do not explicitly undef __INT8_TYPE__, ...



details:   https://anonhg.NetBSD.org/src/rev/b4c6d269b8e1
branches:  trunk
changeset: 330589:b4c6d269b8e1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Jul 14 20:20:31 2014 +0000

description:
Do not explicitly undef __INT8_TYPE__, clang is handled specially below.

diffstat:

 sys/arch/arm/include/int_types.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r ebb17afd8b26 -r b4c6d269b8e1 sys/arch/arm/include/int_types.h
--- a/sys/arch/arm/include/int_types.h  Mon Jul 14 19:11:15 2014 +0000
+++ b/sys/arch/arm/include/int_types.h  Mon Jul 14 20:20:31 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: int_types.h,v 1.15 2014/07/13 16:31:20 joerg Exp $     */
+/*     $NetBSD: int_types.h,v 1.16 2014/07/14 20:20:31 joerg Exp $     */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -42,9 +42,6 @@
 
 #ifndef __UINT8_TYPE__
 # define __UINT8_TYPE__                unsigned char
-# ifdef __CHAR_UNSIGNED__
-#  undef __INT8_TYPE__
-# endif
 #endif
 #ifndef __INT8_TYPE__
 # define __INT8_TYPE__         signed char



Home | Main Index | Thread Index | Old Index