diff options
author | Andy Wingo <wingo@pobox.com> | 2013-01-31 11:52:42 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-01-31 11:52:42 +0100 |
commit | 180ac9d7b0bac97bdead2813a1b0b23d19002c3e (patch) | |
tree | 03eaf96f917af90c523dadbee1609697844ece0d /module/language/objcode/spec.scm | |
parent | 5da51ad78d08c71083b70e6a9205ce937f5438ba (diff) | |
parent | ceb7f9cc126f50e0cc8956b80ac5d111580b23c8 (diff) | |
download | guile-180ac9d7b0bac97bdead2813a1b0b23d19002c3e.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
module/language/bytecode/spec.scm
module/language/tree-il/spec.scm
Diffstat (limited to 'module/language/objcode/spec.scm')
-rw-r--r-- | module/language/objcode/spec.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/language/objcode/spec.scm b/module/language/objcode/spec.scm index 022419e9d..16f52410a 100644 --- a/module/language/objcode/spec.scm +++ b/module/language/objcode/spec.scm @@ -1,6 +1,6 @@ ;;; Guile Lowlevel Intermediate Language -;; Copyright (C) 2001, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2009, 2010, 2011, 2013 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 @@ -80,4 +80,5 @@ #:printer write-objcode #:compilers `((value . ,objcode->value)) #:decompilers `((value . ,decompile-value)) + #:for-humans? #f ) |