mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 00:30:21 +02:00
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
This commit is contained in:
commit
180ac9d7b0
35 changed files with 1293 additions and 707 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue