guile-commits
[Top][All Lists]
Advanced

[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"



reply via email to

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