mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[C90] stddef.h can be included unconditionally
This commit is contained in:
parent
5bf44a6725
commit
6d40fb46d6
@ -642,9 +642,6 @@
|
||||
/* Define to 1 if you have the `snprintf' function. */
|
||||
#mesondefine HAVE_SNPRINTF
|
||||
|
||||
/* Define to 1 if you have the <stddef.h> header file. */
|
||||
#mesondefine HAVE_STDDEF_H
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#mesondefine HAVE_STDINT_H
|
||||
|
||||
|
@ -23,9 +23,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if HAVE_STDDEF_H
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#if HAVE_STRING_H
|
||||
|
@ -9,9 +9,7 @@
|
||||
|
||||
#include <limits.h> /* may contain PIPE_BUF definition on some systems */
|
||||
|
||||
#ifdef HAVE_STDDEF_H
|
||||
#include <stddef.h> /* may contain offsetof() */
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user