aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
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 bcd303f8d73..f24132dae25 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -637,7 +637,7 @@ If the third argument is incorrect, Emacs may crash. */)
637 AFTER_POTENTIAL_GC (); 637 AFTER_POTENTIAL_GC ();
638 } 638 }
639 } 639 }
640 (void) POP; 640 POP;
641 break; 641 break;
642 642
643 case Bdup: 643 case Bdup: