[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 43/86: Remove error.h from inline.h
From: |
Andy Wingo |
Subject: |
[Guile-commits] 43/86: Remove error.h from inline.h |
Date: |
Wed, 20 Jun 2018 14:09:36 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guile.
commit aa896ac3ef15dcfaa6a2b318f60f5d26a557de83
Author: Andy Wingo <address@hidden>
Date: Tue Jun 19 12:27:14 2018 +0200
Remove error.h from inline.h
* libguile/inline.h: Remove error.h.
---
libguile/inline.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/libguile/inline.h b/libguile/inline.h
index 8dc26b3..999df36 100644
--- a/libguile/inline.h
+++ b/libguile/inline.h
@@ -29,8 +29,6 @@
#include "libguile/__scm.h"
-#include "libguile/error.h"
-
SCM_INLINE int scm_is_string (SCM x);
- [Guile-commits] 32/86: Remove threads.h from inline.h, (continued)
- [Guile-commits] 32/86: Remove threads.h from inline.h, Andy Wingo, 2018/06/20
- [Guile-commits] 12/86: Remove error.h include from _scm.h., Andy Wingo, 2018/06/20
- [Guile-commits] 20/86: Move pair, null, nil, and boolean validators out of validate.h, Andy Wingo, 2018/06/20
- [Guile-commits] 29/86: Move gsubr.h include to snarf.h, Andy Wingo, 2018/06/20
- [Guile-commits] 33/86: Move array-handle.h include out from inline.h, Andy Wingo, 2018/06/20
- [Guile-commits] 30/86: Devolve procs.h include from _scm.h., Andy Wingo, 2018/06/20
- [Guile-commits] 36/86: Remove threads.h include from ports.h, Andy Wingo, 2018/06/20
- [Guile-commits] 28/86: Devolve gc.h, Andy Wingo, 2018/06/20
- [Guile-commits] 35/86: Move struct.h include out of ports.h, Andy Wingo, 2018/06/20
- [Guile-commits] 34/86: Remove bytevectors.h include form ports.h, Andy Wingo, 2018/06/20
- [Guile-commits] 43/86: Remove error.h from inline.h,
Andy Wingo <=
- [Guile-commits] 45/86: Move scm_tc7_pointer snarfer out to foreign.h, Andy Wingo, 2018/06/20
- [Guile-commits] 46/86: Move symbol snarfers to symbols.h, Andy Wingo, 2018/06/20
- [Guile-commits] 41/86: Remove ports.h from inline.h, Andy Wingo, 2018/06/20
- [Guile-commits] 21/86: More validate.h devolution, Andy Wingo, 2018/06/20
- [Guile-commits] 40/86: Remove <unistd.h> from ports.h, Andy Wingo, 2018/06/20
- [Guile-commits] 37/86: Devolve vectors.h include from ports.h, Andy Wingo, 2018/06/20
- [Guile-commits] 38/86: Remove <string.h> include from ports.h., Andy Wingo, 2018/06/20
- [Guile-commits] 42/86: Remove numbers.h from inline.h, Andy Wingo, 2018/06/20
- [Guile-commits] 48/86: Deprecate SCM_STATIC_DOUBLE_CELL snarf macro, Andy Wingo, 2018/06/20
- [Guile-commits] 51/86: Devolve variable snarfers, Andy Wingo, 2018/06/20