fix some missed references when calling C functions
authorAndy Wingo <wingo@pobox.com>
Tue, 30 Sep 2008 20:50:48 +0000 (22:50 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 30 Sep 2008 20:50:48 +0000 (22:50 +0200)
commit887ce75ae828fabd9a76d8e719bd3070c334eb44
treeac57ad2416a186874d2cfc312ffa4dc029a10864
parent999f1b26e74a7a8eb9e9e5e479f971e145aa7326
fix some missed references when calling C functions

* gdbinit: Update to be a bit more useful.

* libguile/vm-i-system.c: Make sure that arguments to C procedures are
  visible on the stack so they get marked. Could be a source for the
  missed references.
gdbinit
libguile/vm-i-system.c