Mercurial > hg > xemacs-beta
comparison src/bytecode.c @ 4925:053f3c9af8c0
fix minor compile problem
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-03 Ben Wing <ben@xemacs.org>
* bytecode.c:
Fix minor compile problem.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 03 Feb 2010 09:31:49 -0600 |
parents | 17362f371cc2 |
children | cbe181529c34 |
comparison
equal
deleted
inserted
replaced
4924:ba353d7b0ce8 | 4925:053f3c9af8c0 |
---|---|
722 REGISTER Lisp_Object *stack_ptr = stack_beg; | 722 REGISTER Lisp_Object *stack_ptr = stack_beg; |
723 int speccount = specpdl_depth (); | 723 int speccount = specpdl_depth (); |
724 struct gcpro gcpro1; | 724 struct gcpro gcpro1; |
725 | 725 |
726 #ifdef BYTE_CODE_METER | 726 #ifdef BYTE_CODE_METER |
727 Opcode this_opcode = 0; | 727 Opcode this_opcode = (Opcode) 0; |
728 Opcode prev_opcode; | 728 Opcode prev_opcode; |
729 #endif | 729 #endif |
730 | 730 |
731 #ifdef ERROR_CHECK_BYTE_CODE | 731 #ifdef ERROR_CHECK_BYTE_CODE |
732 Lisp_Object *stack_end = stack_beg + stack_depth; | 732 Lisp_Object *stack_end = stack_beg + stack_depth; |