Module Name: src Committed By: joerg Date: Mon Jul 14 20:20:31 UTC 2014
Modified Files: src/sys/arch/arm/include: int_types.h Log Message: Do not explicitly undef __INT8_TYPE__, clang is handled specially below. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/int_types.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/include/int_types.h diff -u src/sys/arch/arm/include/int_types.h:1.15 src/sys/arch/arm/include/int_types.h:1.16 --- src/sys/arch/arm/include/int_types.h:1.15 Sun Jul 13 16:31:20 2014 +++ src/sys/arch/arm/include/int_types.h Mon Jul 14 20:20:31 2014 @@ -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