diff options
Diffstat (limited to 'module/system/vm/frame.scm')
-rw-r--r-- | module/system/vm/frame.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/system/vm/frame.scm b/module/system/vm/frame.scm index 332cd6172..be85fb7cb 100644 --- a/module/system/vm/frame.scm +++ b/module/system/vm/frame.scm @@ -1,7 +1,6 @@ ;;; Guile VM frame functions -;;; Copyright (C) 2001, 2009 Free Software Foundation, Inc. -;;; Copyright (C) 2005 Ludovic Courtès <ludovic.courtes@laas.fr> +;;; Copyright (C) 2001, 2005, 2009 Free Software Foundation, Inc. ;;; ;;; This program is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -22,6 +21,7 @@ (define-module (system vm frame) #:use-module (system vm program) #:use-module (system vm instruction) + #:use-module (system vm objcode) #:use-module ((srfi srfi-1) #:select (fold)) #:export (vm-frame? vm-frame-program |