Replace the 'unsigned __COMPILER_INT64__' construct with a new name,
__COMPILER_UINT64__, to be supplied - if such a case is made, it shouldn't be assumed that the unsigned type-specifier may be applied to it.
This commit is contained in:
parent
fdeb609887
commit
9133b51cd8
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:08:56 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:18 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990, 1993
|
||||
@ -51,8 +51,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
typedef long int __int64_t;
|
||||
typedef unsigned long int __uint64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.1 2001/01/10 19:02:06 bjh21 Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.2 2001/04/12 22:01:19 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -51,8 +51,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/01/03 10:08:59 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.5 2001/04/12 22:01:19 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -51,8 +51,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:09:00 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:19 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -51,8 +51,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:09:01 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:19 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -54,8 +54,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:09:01 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:20 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -51,8 +51,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:09:02 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:20 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1995 Wolfgang Solfrank.
|
||||
@ -47,8 +47,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:09:04 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:20 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -61,8 +61,8 @@ typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
#ifdef __arch64__
|
||||
/* 64-bit compiler */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/01/03 10:09:05 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.5 2001/04/12 22:01:20 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -61,13 +61,13 @@ typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
#ifdef __arch64__
|
||||
/* 64-bit compiler */
|
||||
typedef long int __int64_t;
|
||||
typedef unsigned long int __uint64_t;
|
||||
typedef unsigned long int __uint64_t;
|
||||
#else
|
||||
/* 32-bit compiler */
|
||||
/* LONGLONG */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: int_types.h,v 1.3 2001/01/03 10:09:05 takemura Exp $ */
|
||||
/* $NetBSD: int_types.h,v 1.4 2001/04/12 22:01:20 kleink Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -51,8 +51,8 @@ typedef unsigned short int __uint16_t;
|
||||
typedef int __int32_t;
|
||||
typedef unsigned int __uint32_t;
|
||||
#ifdef __COMPILER_INT64__
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef unsigned __COMPILER_INT64__ __uint64_t;
|
||||
typedef __COMPILER_INT64__ __int64_t;
|
||||
typedef __COMPILER_UINT64__ __uint64_t;
|
||||
#else
|
||||
/* LONGLONG */
|
||||
typedef long long int __int64_t;
|
||||
|
Loading…
Reference in New Issue
Block a user