comparison src/bytecode.c @ 96286:0be9063ab8a8

(Fbyte_code): Disable debugging code that doesn't compile.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jun 2008 20:57:16 +0000
parents 8971ddf55736
children e038c1a8307c
comparison
equal deleted inserted replaced
96285:cb6aa853e038 96286:0be9063ab8a8
419 int bytestr_length; 419 int bytestr_length;
420 struct byte_stack stack; 420 struct byte_stack stack;
421 Lisp_Object *top; 421 Lisp_Object *top;
422 Lisp_Object result; 422 Lisp_Object result;
423 423
424 #ifdef CHECK_FRAME_FONT 424 #if 0 /* CHECK_FRAME_FONT */
425 { 425 {
426 struct frame *f = SELECTED_FRAME (); 426 struct frame *f = SELECTED_FRAME ();
427 if (FRAME_X_P (f) 427 if (FRAME_X_P (f)
428 && FRAME_FONT (f)->direction != 0 428 && FRAME_FONT (f)->direction != 0
429 && FRAME_FONT (f)->direction != 1) 429 && FRAME_FONT (f)->direction != 1)