guile-commits
[Top][All Lists]
Advanced

[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)                      \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]