gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/03: config/expand: Use R7RS symbols instead of Guile'


From: gnunet
Subject: [gnunet-scheme] 02/03: config/expand: Use R7RS symbols instead of Guile's syntax.
Date: Tue, 06 Sep 2022 16:50:37 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit a5a5717d632236bbf5deb8acb47f25db9432f80b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Sep 6 16:48:11 2022 +0200

    config/expand: Use R7RS symbols instead of Guile's syntax.
    
    More standard!  Also, works-around
    <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49623>.
    
    * gnu/gnunet/config/expand.scm: Use the R7RS symbol syntax.
---
 gnu/gnunet/config/expand.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/gnunet/config/expand.scm b/gnu/gnunet/config/expand.scm
index 5a5fd0c..fb71748 100644
--- a/gnu/gnunet/config/expand.scm
+++ b/gnu/gnunet/config/expand.scm
@@ -1,6 +1,6 @@
 ;#!r6rs
 ;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
-;; Copyright (C) 2006, 2007, 2008, 2009, 2013, 2020, 2021 GNUnet e.V.
+;; Copyright (C) 2006, 2007, 2008, 2009, 2013, 2020, 2021, 2022 GNUnet e.V.
 ;;
 ;; scheme-GNUnet is free software: you can redistribute it and/or modify it
 ;; under the terms of the GNU Affero General Public License as published
@@ -48,9 +48,9 @@
          (only (gnu gnunet config parser)
                literal-position? expo:literal-start expo:literal-end
                $-position? expo:$-name-start expo:$-name-end
-               |${}-position?| #{expo:${}-name-start}#
-               |expo:${}-name-end| #{${:-}-position?}#
-               |expo:${:-}-name-start| #{expo:${:-}-name-end}#
+               |${}-position?| |expo:${}-name-start|
+               |expo:${}-name-end| |${:-}-position?|
+               |expo:${:-}-name-start| |expo:${:-}-name-end|
                |expo:${:-}-value-parts|)
          (only (gnu gnunet utils hat-let)
                let^))

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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