diff options
Diffstat (limited to 'module/system/vm/conv.scm')
-rw-r--r-- | module/system/vm/conv.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/vm/conv.scm b/module/system/vm/conv.scm index a21d1c843..5e246eb96 100644 --- a/module/system/vm/conv.scm +++ b/module/system/vm/conv.scm @@ -83,7 +83,7 @@ (('load-string s) s) (('load-symbol s) (string->symbol s)) (('load-keyword s) (make-keyword-from-dash-symbol (string->symbol s))) - (('link s) (string->symbol s)) + (('link s) (cons (string->symbol s) '???)) (else #f))) (define (code->bytes code) |