; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.
This commit is contained in:
parent
2847857496
commit
c835758238
1 changed files with 1 additions and 1 deletions
|
@ -3286,7 +3286,7 @@ bytecode_from_rev_list (Lisp_Object elems, Lisp_Object readcharfun)
|
||||||
Convert them back to the original unibyte form. */
|
Convert them back to the original unibyte form. */
|
||||||
vec[COMPILED_BYTECODE] = Fstring_as_unibyte (vec[COMPILED_BYTECODE]);
|
vec[COMPILED_BYTECODE] = Fstring_as_unibyte (vec[COMPILED_BYTECODE]);
|
||||||
}
|
}
|
||||||
// Bytecode must be immovable.
|
/* Bytecode must be immovable. */
|
||||||
pin_string (vec[COMPILED_BYTECODE]);
|
pin_string (vec[COMPILED_BYTECODE]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue