Mercurial > hg > xemacs-beta
diff src/unexec.c @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 19dcec799385 |
children | a300bb07d72d |
line wrap: on
line diff
--- a/src/unexec.c Mon Aug 13 11:01:58 2007 +0200 +++ b/src/unexec.c Mon Aug 13 11:03:08 2007 +0200 @@ -190,7 +190,6 @@ # define __STDC_EXTENDED__ 1 # endif -# include <stddef.h> # include <stdlib.h> # include <unistd.h> # include <string.h> @@ -288,7 +287,7 @@ #ifdef __STDC__ #ifndef __sys_stdtypes_h -#if !defined(_PTRDIFF_T) && !defined(_BSD_PTRDIFF_T_) +#ifndef _PTRDIFF_T typedef long ptrdiff_t; #endif #endif