Source-Changes-HG archive

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

[src/trunk]: src/gnu/dist/gcc/config/sparc Sync with <machine/ansi.h>: `size_...



details:   https://anonhg.NetBSD.org/src/rev/a6dc6e5c7158
branches:  trunk
changeset: 473479:a6dc6e5c7158
user:      pk <pk%NetBSD.org@localhost>
date:      Sat Jun 05 12:56:28 1999 +0000

description:
Sync with <machine/ansi.h>: `size_t' is now a `long'.

diffstat:

 gnu/dist/gcc/config/sparc/netbsd.h    |  4 ++--
 gnu/dist/gcc/config/sparc/netbsdelf.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 5895ac121af2 -r a6dc6e5c7158 gnu/dist/gcc/config/sparc/netbsd.h
--- a/gnu/dist/gcc/config/sparc/netbsd.h        Sat Jun 05 12:54:23 1999 +0000
+++ b/gnu/dist/gcc/config/sparc/netbsd.h        Sat Jun 05 12:56:28 1999 +0000
@@ -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 -r 5895ac121af2 -r a6dc6e5c7158 gnu/dist/gcc/config/sparc/netbsdelf.h
--- a/gnu/dist/gcc/config/sparc/netbsdelf.h     Sat Jun 05 12:54:23 1999 +0000
+++ b/gnu/dist/gcc/config/sparc/netbsdelf.h     Sat Jun 05 12:56:28 1999 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index