comparison src/eval.c @ 4969:cbe181529c34

Automatic merge
author Ben Wing <ben@xemacs.org>
date Wed, 03 Feb 2010 21:46:21 -0600
parents e813cf16c015 17362f371cc2
children 16112448d484 4aebb0131297
comparison
equal deleted inserted replaced
4968:4d35e52790f8 4969:cbe181529c34
3618 } 3618 }
3619 3619
3620 { 3620 {
3621 Lisp_Object value = 3621 Lisp_Object value =
3622 execute_optimized_program ((Opbyte *) XOPAQUE_DATA (f->instructions), 3622 execute_optimized_program ((Opbyte *) XOPAQUE_DATA (f->instructions),
3623 #ifdef ERROR_CHECK_BYTE_CODE
3624 XOPAQUE_SIZE (f->instructions) /
3625 sizeof (Opbyte),
3626 #endif
3623 f->stack_depth, 3627 f->stack_depth,
3624 XVECTOR_DATA (f->constants)); 3628 XVECTOR_DATA (f->constants));
3625 3629
3626 /* The attempt to optimize this by only unbinding variables failed 3630 /* The attempt to optimize this by only unbinding variables failed
3627 because using buffer-local variables as function parameters 3631 because using buffer-local variables as function parameters