projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d5f88d
)
; Eliminate C++ comments and typo
author
Po Lu
<luangruo@yahoo.com>
Sat, 17 Aug 2024 14:01:03 +0000
(22:01 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 17 Aug 2024 14:01:09 +0000
(22:01 +0800)
* lib-src/etags.c (Rust_entries): Eliminate C++ comments and
typo.
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index 03bc55de03d0c8131523d4d2d63b4ce2253d0705..cbd5fed5e245ba398b2fec4f3c86561ec525a2d0 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-5144,10
+5144,10
@@
Rust_entries (FILE *inf)
cp = skip_spaces(cp);
name = cp;
- /
/ Skip 'pub' keyworld
+ /
* Skip 'pub' keyword. */
(void)LOOKING_AT (cp, "pub");
- /
/ Look for define
+ /
* Look for define. */
if ((is_func = LOOKING_AT (cp, "fn"))
|| LOOKING_AT (cp, "enum")
|| LOOKING_AT (cp, "struct")