1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

fix error-handling of apply to non-list

* libguile/vm-engine.c (vm_error_apply_to_non_list): Sync registers
  before erroring. Fix type of finish_args.  Thanks to Hans Aberg for
  the report.
This commit is contained in:
Andy Wingo 2011-01-26 21:44:12 +01:00
parent c52f77ef4e
commit 1cc0b6adde
2 changed files with 4 additions and 2 deletions

1
THANKS
View file

@ -21,6 +21,7 @@ Contributors since the last release:
For fixes or providing information which led to a fix:
Hans Aberg
David Allouche
Andrew Bagdanov
Martin Baulig