From eecf6bc392afaf1c75058d25e3edfcd2e889e15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 29 Jun 2000 22:25:57 +0200 Subject: [PATCH] Added ptrdiff_t as per C9x. size_t should be unsigned. Rev: src/acconfig.h:1.60 --- src/acconfig.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/acconfig.h b/src/acconfig.h index 24521f45c4..190f3543c9 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.59 2000/06/16 17:52:46 grubba Exp $ + * $Id: acconfig.h,v 1.60 2000/06/29 20:25:57 grubba Exp $ */ #ifndef MACHINE_H #define MACHINE_H @@ -78,9 +78,12 @@ /* Define to 'int' if <sys/types.h> doesn't */ #undef pid_t -/* Define to 'long' if <sys/types.h> doesn't */ +/* Define to 'unsigned long' if <sys/types.h> or <stddef.h> doesn't */ #undef size_t +/* Define to 'long' if <sys/types.h> of <stddef.h> doesn't */ +#undef ptrdiff_t + /* Define to 'long' if <sys/types.h> doesn't */ #undef off_t -- GitLab