diff options
Diffstat (limited to 'module/language/bytecode/spec.scm')
-rw-r--r-- | module/language/bytecode/spec.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/language/bytecode/spec.scm b/module/language/bytecode/spec.scm index b38b0911f..57ccd7185 100644 --- a/module/language/bytecode/spec.scm +++ b/module/language/bytecode/spec.scm @@ -1,6 +1,6 @@ ;;; Guile Lowlevel Intermediate Language -;; Copyright (C) 2001, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2009, 2010 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 @@ -31,7 +31,6 @@ (define-language bytecode #:title "Guile Bytecode Vectors" - #:version "0.3" #:reader (lambda (port env) (read port)) #:printer write #:compilers `((objcode . ,compile-objcode)) |