[STDC_HEADERS]: Include stddef.h.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2006-04-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* alloc.c [STDC_HEADERS]: Include stddef.h.
|
||||
|
||||
* lisp.h (PSEUDOVECSIZE): Fix last change.
|
||||
|
||||
2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
@@ -23,6 +23,10 @@ Boston, MA 02110-1301, USA. */
|
||||
#include <stdio.h>
|
||||
#include <limits.h> /* For CHAR_BIT. */
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h> /* For offsetof, used by PSEUDOVECSIZE. */
|
||||
#endif
|
||||
|
||||
#ifdef ALLOC_DEBUG
|
||||
#undef INLINE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user