diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/system/vm/objcode.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/system/vm/objcode.scm b/module/system/vm/objcode.scm index 966f34585..3ad29880b 100644 --- a/module/system/vm/objcode.scm +++ b/module/system/vm/objcode.scm @@ -1,6 +1,6 @@ ;;; Guile VM object code -;; Copyright (C) 2001, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2010, 2012 Free Software Foundation, Inc. ;;; This library is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Lesser General Public @@ -22,6 +22,7 @@ #:export (objcode? objcode-meta bytecode->objcode objcode->bytecode load-objcode write-objcode + load-thunk-from-file load-thunk-from-memory word-size byte-order)) (load-extension (string-append "libguile-" (effective-version)) |