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, 0 insertions, 2 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index f1bdfd9d9c5..f489c74a144 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -292,8 +292,6 @@ enum byte_code_op
292 Bscan_buffer = 0153, /* No longer generated as of v18. */ 292 Bscan_buffer = 0153, /* No longer generated as of v18. */
293 Bset_mark = 0163, /* this loser is no longer generated as of v18 */ 293 Bset_mark = 0163, /* this loser is no longer generated as of v18 */
294#endif 294#endif
295
296 B__dummy__ = 0 /* Pacify C89. */
297}; 295};
298 296
299/* Whether to maintain a `top' and `bottom' field in the stack frame. */ 297/* Whether to maintain a `top' and `bottom' field in the stack frame. */