mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 21:12:25 +02:00
use #:keywords in module/*.scm, not :keywords
* module/system/base/syntax.scm (keywords): Don't enable :keywords, it breaks code that may assume that ':foo is a symbol, like boot-9. * module/*.scm: Don't use :keywords, use #:keywords. The user can decide if she wants #:keywords in their .guile, and :keywords might make us compile modules differently.
This commit is contained in:
parent
13906f976e
commit
1a1a10d3a5
29 changed files with 191 additions and 193 deletions
|
@ -20,7 +20,7 @@
|
|||
;;; Code:
|
||||
|
||||
(define-module (language r5rs expand)
|
||||
:export (expand void
|
||||
#:export (expand void
|
||||
identifier? free-identifier=? bound-identifier=?
|
||||
generate-temporaries datum->syntax-object syntax-object->datum))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue