summaryrefslogtreecommitdiff
path: root/module/system/vm/program.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/vm/program.scm')
-rw-r--r--module/system/vm/program.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/system/vm/program.scm b/module/system/vm/program.scm
index 32c96f26a..4f6d9abcd 100644
--- a/module/system/vm/program.scm
+++ b/module/system/vm/program.scm
@@ -1,6 +1,6 @@
;;; Guile VM program functions
-;;; Copyright (C) 2001, 2009, 2010, 2013, 2014 Free Software Foundation, Inc.
+;;; Copyright (C) 2001, 2009, 2010, 2013, 2014, 2018 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
@@ -44,7 +44,8 @@
print-program
- primitive-code?))
+ primitive-code?
+ primitive-code-name))
(load-extension (string-append "libguile-" (effective-version))
"scm_init_programs")