From: Po Lu Date: Wed, 14 Jun 2023 05:54:53 +0000 (+0800) Subject: ; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment. X-Git-Tag: emacs-29.0.92~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8357582389e7090744c9fbc3ea577d7d639cd1b;p=emacs.git ; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment. --- diff --git a/src/lread.c b/src/lread.c index c9df72a7306..cb63021923e 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3286,7 +3286,7 @@ bytecode_from_rev_list (Lisp_Object elems, Lisp_Object readcharfun) Convert them back to the original unibyte form. */ vec[COMPILED_BYTECODE] = Fstring_as_unibyte (vec[COMPILED_BYTECODE]); } - // Bytecode must be immovable. + /* Bytecode must be immovable. */ pin_string (vec[COMPILED_BYTECODE]); }