diff options
| author | pk <pk@NetBSD.org> | 1999-06-05 12:56:28 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1999-06-05 12:56:28 +0000 |
| commit | fc9e9301f866f240ec7a320f96eb32253dd27fc7 (patch) | |
| tree | c098746e5b3e36fe6eb219107a7efcf6f99788c0 /gnu | |
| parent | bea0725979160acd2b5ad128753eb3f924029f6b (diff) | |
Sync with <machine/ansi.h>: `size_t' is now a `long'.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc/config/sparc/netbsd.h | 4 | ||||
| -rw-r--r-- | gnu/dist/gcc/config/sparc/netbsdelf.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/dist/gcc/config/sparc/netbsd.h b/gnu/dist/gcc/config/sparc/netbsd.h index cd938caf705..d186835bb87 100644 --- a/gnu/dist/gcc/config/sparc/netbsd.h +++ b/gnu/dist/gcc/config/sparc/netbsd.h @@ -12,10 +12,10 @@ /* Make gcc agree with <machine/ansi.h> */ #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" diff --git a/gnu/dist/gcc/config/sparc/netbsdelf.h b/gnu/dist/gcc/config/sparc/netbsdelf.h index 45402efae13..23836b318de 100644 --- a/gnu/dist/gcc/config/sparc/netbsdelf.h +++ b/gnu/dist/gcc/config/sparc/netbsdelf.h @@ -26,10 +26,10 @@ -Asystem(unix) -Asystem(NetBSD) -Acpu(sparc) -Amachine(sparc)" #undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" +#define SIZE_TYPE "long unsigned int" #undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +#define PTRDIFF_TYPE "long int" #undef WCHAR_TYPE #define WCHAR_TYPE "int" |
