1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-13 15:10:34 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-04 16:44:53 +00:00
parent a88a4c8a6f
commit 8b49142f60

View file

@ -1,5 +1,10 @@
1998-10-04 Jim Blandy <jimb@zwingli.cygnus.com> 1998-10-04 Jim Blandy <jimb@zwingli.cygnus.com>
* backtrace.c (display_error_body): The current frame does not
always have a parent frame; consider a function called directly
from the MAIN_FUNC passed to scm_boot_guile. (Thanks to Maciej
Stachowiak.)
* alloca.c (alloca): Undo yesterday's changes, and simply call * alloca.c (alloca): Undo yesterday's changes, and simply call
malloc directly for storage, and abort if we don't get what we malloc directly for storage, and abort if we don't get what we
want. The situation is much simpler --- just call malloc. Emacs want. The situation is much simpler --- just call malloc. Emacs