projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2847857
)
; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.
author
Po Lu
<luangruo@yahoo.com>
Wed, 14 Jun 2023 05:54:53 +0000
(13:54 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 14 Jun 2023 05:54:53 +0000
(13:54 +0800)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index c9df72a73061fccfbab953d044914a72eea3ca15..cb63021923e7fef833aed3aeba2ea64d44934bdf 100644
(file)
--- 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]);
}