1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[C90] stddef.h can be included unconditionally

This commit is contained in:
Witold Filipczyk 2021-03-19 14:40:51 +01:00
parent 5bf44a6725
commit 6d40fb46d6
3 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -23,9 +23,7 @@
#include "config.h"
#endif
#if HAVE_STDDEF_H
#include <stddef.h>
#endif
#include <stdio.h>
#if HAVE_STRING_H

View File

@ -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" {