diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 5ac8b4fa2bd..019459491e9 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -328,7 +328,7 @@ struct byte_stack | |||
| 328 | done. Signaling an error truncates the list analogous to | 328 | done. Signaling an error truncates the list analogous to |
| 329 | gcprolist. */ | 329 | gcprolist. */ |
| 330 | 330 | ||
| 331 | struct byte_stack *byte_stack_list; | 331 | /* struct byte_stack *byte_stack_list; */ |
| 332 | 332 | ||
| 333 | 333 | ||
| 334 | /* Mark objects on byte_stack_list. Called during GC. */ | 334 | /* Mark objects on byte_stack_list. Called during GC. */ |