mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Remove _scm.h inclusion of config.h
* libguile/_scm.h: Remove inclusion of config.h. All includers already include config.h. * libguile/syscalls.h: Remove config.h inclusion here too.
This commit is contained in:
parent
7b4ab0895b
commit
5c511be7b6
2 changed files with 0 additions and 9 deletions
|
@ -32,10 +32,6 @@
|
||||||
and differences between _scm.h and __scm.h.
|
and differences between _scm.h and __scm.h.
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
|
||||||
# include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <verify.h>
|
#include <verify.h>
|
||||||
#include <alignof.h>
|
#include <alignof.h>
|
||||||
|
|
|
@ -24,11 +24,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
|
||||||
# include <config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* ASYNC_TICK after finding EINTR in order to handle pending signals, if
|
/* ASYNC_TICK after finding EINTR in order to handle pending signals, if
|
||||||
any. See comment in scm_syserror. */
|
any. See comment in scm_syserror. */
|
||||||
#define SCM_SYSCALL(line) \
|
#define SCM_SYSCALL(line) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue