* 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.
This commit is contained in:
parent
12f9da005e
commit
382693febf
5 changed files with 71 additions and 65 deletions
|
|
@ -72,12 +72,8 @@ VM_NAME (SCM vm, SCM program)
|
|||
SCM *stack_base = NULL; /* stack base address */
|
||||
SCM *stack_limit = NULL; /* stack limit address */
|
||||
|
||||
/* Function arguments */
|
||||
int an = 0;
|
||||
SCM a2 = SCM_PACK (0);
|
||||
SCM a3 = SCM_PACK (0);
|
||||
|
||||
/* Internal variables */
|
||||
int nargs = 0; /* the number of arguments */
|
||||
SCM dynwinds = SCM_EOL;
|
||||
#if VM_USE_HOOK
|
||||
SCM hook_args = SCM_LIST1 (vm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue