[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 55/86: Remove snarf.h from _scm.h
From: |
Andy Wingo |
Subject: |
[Guile-commits] 55/86: Remove snarf.h from _scm.h |
Date: |
Wed, 20 Jun 2018 14:09:40 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guile.
commit fb7ec6b62e42a10c03494dd8466e1cd924e05954
Author: Andy Wingo <address@hidden>
Date: Wed Jun 20 09:43:50 2018 +0200
Remove snarf.h from _scm.h
* libguile/_scm.h: Remove snarf.h.
---
libguile/_scm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libguile/_scm.h b/libguile/_scm.h
index 920d09b..abdddee 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -38,7 +38,6 @@
rest should be explicitly #included in the C files themselves. */
#include "libguile/symbols.h" /* For length, chars, values, miscellany. */
#include "libguile/threads.h" /* You are not alone. */
-#include "libguile/snarf.h" /* Everyone snarfs. */
#include "libguile/foreign.h" /* Snarfing needs the foreign data structures.
*/
#include "libguile/programs.h" /* ... and program.h. */
#include "libguile/variable.h"
- [Guile-commits] 37/86: Devolve vectors.h include from ports.h, (continued)
- [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
- [Guile-commits] 50/86: Devolve keyword-snarfing macros, Andy Wingo, 2018/06/20
- [Guile-commits] 49/86: Move string-related snarfers to strings.h, Andy Wingo, 2018/06/20
- [Guile-commits] 25/86: Remove list.h from _scm.h, Andy Wingo, 2018/06/20
- [Guile-commits] 26/86: Devolve boolean.h include., Andy Wingo, 2018/06/20
- [Guile-commits] 39/86: Remove <stdio.h> from ports.h, Andy Wingo, 2018/06/20
- [Guile-commits] 55/86: Remove snarf.h from _scm.h,
Andy Wingo <=
- [Guile-commits] 52/86: Remove mutex snarfers, Andy Wingo, 2018/06/20
- [Guile-commits] 58/86: Define scm_t_wchar in one place, Andy Wingo, 2018/06/20
- [Guile-commits] 54/86: Simplify SCM_IMMUTABLE_CELL macros, Andy Wingo, 2018/06/20
- [Guile-commits] 27/86: Devolve pairs.h, Andy Wingo, 2018/06/20
- [Guile-commits] 53/86: Devolve smob snarfers, Andy Wingo, 2018/06/20
- [Guile-commits] 57/86: Shuffle around inline C function implementation, Andy Wingo, 2018/06/20
- [Guile-commits] 62/86: Devolve foreign.h from _scm.h, Andy Wingo, 2018/06/20
- [Guile-commits] 63/86: Devolve programs.h from _scm.h., Andy Wingo, 2018/06/20
- [Guile-commits] 22/86: Devolve more validate macros, Andy Wingo, 2018/06/20
- [Guile-commits] 23/86: Remove includes of validate.h., Andy Wingo, 2018/06/20