summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-06-25 20:57:16 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-06-25 20:57:16 +0000
commit603a09371b98d0da42936f2294eb62f1ad1aaa9a (patch)
treec3aba456173bc1453dba5d19fe8cf7e378b69fe8 /src/bytecode.c
parentfbe062b7fb02a1cbf1449a4c978a16131e94d317 (diff)
downloademacs-603a09371b98d0da42936f2294eb62f1ad1aaa9a.tar.gz
(Fbyte_code): Disable debugging code that doesn't compile.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 48a0be1ff58..271b1ee2439 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -421,7 +421,7 @@ If the third argument is incorrect, Emacs may crash. */)
Lisp_Object *top;
Lisp_Object result;
-#ifdef CHECK_FRAME_FONT
+#if 0 /* CHECK_FRAME_FONT */
{
struct frame *f = SELECTED_FRAME ();
if (FRAME_X_P (f)