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 33f1ae53e28..881834367ab 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -638,7 +638,7 @@ If the third argument is incorrect, Emacs may crash. */)
638 AFTER_POTENTIAL_GC (); 638 AFTER_POTENTIAL_GC ();
639 } 639 }
640 } 640 }
641 POP; 641 (void) POP;
642 break; 642 break;
643 643
644 case Bdup: 644 case Bdup: