1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

Export write-frame-long.

This commit is contained in:
Neil Jerram 2005-08-31 23:05:29 +00:00
parent abd063549b
commit 25bdfbb6cf
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-09-01 Neil Jerram <neil@ossau.uklinux.net>
* debugger/utils.scm: Export write-frame-long.
2005-08-01 Marius Vollmer <mvo@zagadka.de>
* boot-9.scm (set-module-eval-closure!): Undone change from

View file

@ -7,6 +7,7 @@
write-frame-index-long
write-frame-short/expression
write-frame-short/application
write-frame-long
write-state-long
write-state-short))