1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 04:00:26 +02:00

*** empty log message ***

This commit is contained in:
Keisuke Nishida 2000-09-02 07:00:02 +00:00
parent 382693febf
commit af8978be74

View file

@ -1,3 +1,12 @@
2000-09-02 Keisuke Nishida <kxn30@po.cwru.edu>
* src/vm_engine.c (VM_NAME): Renamed the variable `an' to `nargs'.
Removed the variables `a2' and `a3'.
* src/vm_engine.h (VM_SETUP_ARGS2, VM_SETUP_ARGS3): Setup local
variables.
(VM_SETUP_ARGS4): Removed.
* src/vm_system.c, src/vm_scheme.c, src/vm_number.c: Updated.
2000-08-24 Keisuke Nishida <kxn30@po.cwru.edu>
* src/vm.c (lookup_variable): New function.