[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 06/86: Remove _scm.h inclusion of config.h
From: |
Andy Wingo |
Subject: |
[Guile-commits] 06/86: Remove _scm.h inclusion of config.h |
Date: |
Wed, 20 Jun 2018 14:09:27 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guile.
commit 5c511be7b6fd2d497a5c7c903827f08ba0d259ea
Author: Andy Wingo <address@hidden>
Date: Sun Jun 17 19:38:43 2018 +0200
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.
---
libguile/_scm.h | 4 ----
libguile/syscalls.h | 5 -----
2 files changed, 9 deletions(-)
diff --git a/libguile/_scm.h b/libguile/_scm.h
index ce43502..dbd57ef 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -32,10 +32,6 @@
and differences between _scm.h and __scm.h.
**********************************************************************/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <errno.h>
#include <verify.h>
#include <alignof.h>
diff --git a/libguile/syscalls.h b/libguile/syscalls.h
index 13f47d4..3491875 100644
--- a/libguile/syscalls.h
+++ b/libguile/syscalls.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
any. See comment in scm_syserror. */
#define SCM_SYSCALL(line) \
- [Guile-commits] branch master updated (f84ce54 -> 1234bb1), Andy Wingo, 2018/06/20
- [Guile-commits] 02/86: More _scm.h refactoring, Andy Wingo, 2018/06/20
- [Guile-commits] 06/86: Remove _scm.h inclusion of config.h,
Andy Wingo <=
- [Guile-commits] 09/86: Remove alignof.h inclusion from _scm.h, Andy Wingo, 2018/06/20
- [Guile-commits] 03/86: Remove _scm hack to undefine HAVE_STRUCT_TIMESPEC, Andy Wingo, 2018/06/20
- [Guile-commits] 04/86: Refactor regarding internal detection of ia64, Andy Wingo, 2018/06/20
- [Guile-commits] 08/86: Remove _scm.h verify.h inclusion, Andy Wingo, 2018/06/20
- [Guile-commits] 07/86: Remove errno.h include from _scm.h., Andy Wingo, 2018/06/20
- [Guile-commits] 11/86: Require C99 to build Guile, Andy Wingo, 2018/06/20
- [Guile-commits] 01/86: Move syscall-related private defines to their own header, Andy Wingo, 2018/06/20
- [Guile-commits] 19/86: Remove public SCM_VALIDATE_NIM, Andy Wingo, 2018/06/20
- [Guile-commits] 17/86: Remove unused macros, Andy Wingo, 2018/06/20
- [Guile-commits] 10/86: Assume that if we have GCC, we have GCC >= 3.0., Andy Wingo, 2018/06/20