Mercurial > hg > xemacs-beta
comparison src/unexec.c @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | 57709be46d1b |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
188 | 188 |
189 # if defined(__lucid) && !defined(__STDC_EXTENDED__) | 189 # if defined(__lucid) && !defined(__STDC_EXTENDED__) |
190 # define __STDC_EXTENDED__ 1 | 190 # define __STDC_EXTENDED__ 1 |
191 # endif | 191 # endif |
192 | 192 |
193 # include <stddef.h> | |
193 # include <stdlib.h> | 194 # include <stdlib.h> |
194 # include <unistd.h> | 195 # include <unistd.h> |
195 # include <string.h> | 196 # include <string.h> |
196 | 197 |
197 # ifdef __lucid | 198 # ifdef __lucid |
285 | 286 |
286 #else /* not COFF */ | 287 #else /* not COFF */ |
287 | 288 |
288 #ifdef __STDC__ | 289 #ifdef __STDC__ |
289 #ifndef __sys_stdtypes_h | 290 #ifndef __sys_stdtypes_h |
290 #ifndef _PTRDIFF_T | 291 #if !defined(_PTRDIFF_T) && !defined(_BSD_PTRDIFF_T_) |
291 typedef long ptrdiff_t; | 292 typedef long ptrdiff_t; |
292 #endif | 293 #endif |
293 #endif | 294 #endif |
294 #ifndef HPUX | 295 #ifndef HPUX |
295 /* not sure where this for NetBSD should really go | 296 /* not sure where this for NetBSD should really go |