remove support for missing ANSI C header files (limits.h, stddef.h, etc).

This commit is contained in:
Skip Montanaro 2004-02-10 16:50:21 +00:00
parent 05eb40128e
commit 7befb9966e
18 changed files with 17 additions and 139 deletions

View file

@ -7,9 +7,7 @@ extern "C" {
/* Interface to map C struct members to Python object attributes */
#ifdef HAVE_STDDEF_H
#include <stddef.h> /* For offsetof */
#endif
/* The offsetof() macro calculates the offset of a structure member
in its structure. Unfortunately this cannot be written down