mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
Rename internal rtl-program-properties -> program-properties
* module/system/vm/program.scm (program-properties): Rename from rtl-program-properties. * libguile/programs.c (scm_i_program_properties): Adapt.
This commit is contained in:
parent
2b4d21d53e
commit
6b9470bf48
2 changed files with 6 additions and 8 deletions
|
@ -57,9 +57,7 @@
|
|||
(find-program-docstring (program-code program)))
|
||||
(define (program-minimum-arity program)
|
||||
(find-program-minimum-arity (program-code program)))
|
||||
(define (rtl-program-properties program)
|
||||
(unless (program? program)
|
||||
(error "shouldn't get here"))
|
||||
(define (program-properties program)
|
||||
(find-program-properties (program-code program)))
|
||||
|
||||
(define (make-binding name boxed? index start end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue