mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
This commit is contained in:
parent
05eb40128e
commit
7befb9966e
18 changed files with 17 additions and 139 deletions
|
|
@ -247,9 +247,7 @@ int h_errno; /* not used */
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
# include <stddef.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
|
||||
#ifndef offsetof
|
||||
# define offsetof(type, member) ((size_t)(&((type *)0)->member))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue