mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
* syncase.scm (putprop): Temporary fix which publishes new syntax
globally (the old behaviour was complex and connected to the inner workings of the current module system).
This commit is contained in:
parent
1aa8162bdc
commit
1f355b4f35
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Thu Sep 4 14:57:04 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* syncase.scm (putprop): Temporary fix which publishes new syntax
|
||||
globally (the old behaviour was complex and connected to the inner
|
||||
workings of the current module system).
|
||||
|
||||
Wed Sep 3 21:29:13 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* psyntax.ss: Updated.
|
||||
|
|
|
@ -49,7 +49,9 @@
|
|||
(list why what)
|
||||
'())))
|
||||
|
||||
(define putprop set-symbol-property!)
|
||||
(define (putprop s p v)
|
||||
(builtin-variable s)
|
||||
(set-symbol-property! s p v))
|
||||
(define getprop symbol-property)
|
||||
|
||||
(define-public sc-expand #f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue