Sync with <machine/ansi.h>: size_t' is now a
long'.
This commit is contained in:
parent
bea0725979
commit
fc9e9301f8
4
gnu/dist/gcc/config/sparc/netbsd.h
vendored
4
gnu/dist/gcc/config/sparc/netbsd.h
vendored
@ -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"
|
||||
|
4
gnu/dist/gcc/config/sparc/netbsdelf.h
vendored
4
gnu/dist/gcc/config/sparc/netbsdelf.h
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user