mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +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, 2012 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2001, 2009, 2010, 2012, 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
|
||||
|
@ -36,4 +36,5 @@
|
|||
#:printer write
|
||||
#:compilers `((objcode . ,compile-objcode))
|
||||
#:decompilers `((objcode . ,decompile-objcode))
|
||||
#:for-humans? #f
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue