diff options
author | Andy Wingo <wingo@pobox.com> | 2009-03-28 22:31:20 -0700 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-03-28 22:31:20 -0700 |
commit | 9c0cd73e614e338528e1d323dedec54f3dfad1d8 (patch) | |
tree | f9b153084447d2c2d36efbdf052b331c3278fc12 /module/system/vm/frame.scm | |
parent | 6ecae97fb8dca2e5e26af44a649a706431c65756 (diff) | |
parent | a5fc657043e1af9b2e79799059069f8172afb66c (diff) | |
download | guile-9c0cd73e614e338528e1d323dedec54f3dfad1d8.tar.gz |
Merge branch 'wingo'
Diffstat (limited to 'module/system/vm/frame.scm')
-rw-r--r-- | module/system/vm/frame.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/system/vm/frame.scm b/module/system/vm/frame.scm index a74d903da..33a1e1b60 100644 --- a/module/system/vm/frame.scm +++ b/module/system/vm/frame.scm @@ -42,8 +42,7 @@ frame-return-address frame-program frame-dynamic-link heap-frame?)) -;; fixme: avoid the dynamic-call? -(dynamic-call "scm_init_frames" (dynamic-link "libguile")) +(load-extension "libguile" "scm_init_frames") ;;; ;;; Frame chain |