mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
* 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. |
||
---|---|---|
.. | ||
.cvsignore | ||
compile.scm | ||
language.scm | ||
Makefile.am | ||
pmatch.scm | ||
syntax.scm |