guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/05: Make 'scm_sym_lambda', 'scm_sym_quote', etc. publ


From: Ludovic Courtès
Subject: [Guile-commits] 01/05: Make 'scm_sym_lambda', 'scm_sym_quote', etc. public again.
Date: Mon, 20 Jan 2020 05:45:32 -0500 (EST)

civodul pushed a commit to branch master
in repository guile.

commit 228ae549ca651d9e9e7a7b02d282d0408bd6c9e6
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Jan 20 10:21:40 2020 +0100

    Make 'scm_sym_lambda', 'scm_sym_quote', etc. public again.
    
    Fixes <https://bugs.gnu.org/39183>.
    
    These symbols had been inadvertently removed from libguile, even though
    they were intended to be public (as they were in 2.2).
    
    * libguile/expand.c: Include "memoize.h".
---
 libguile/expand.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libguile/expand.c b/libguile/expand.c
index 11e43c2..6ba65ff 100644
--- a/libguile/expand.c
+++ b/libguile/expand.c
@@ -1,4 +1,4 @@
-/* Copyright 1995-2014,2016,2018-2019
+/* Copyright 1995-2014,2016,2018-2020
      Free Software Foundation, Inc.
 
    This file is part of Guile.
@@ -32,6 +32,7 @@
 #include "keywords.h"
 #include "list.h"
 #include "macros.h"
+#include "memoize.h"    /* for the SCM_API declarations of 'scm_sym_' */
 #include "modules.h"
 #include "pairs.h"
 #include "ports.h"



reply via email to

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