mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; Eliminate C++ comments and typo
* lib-src/etags.c (Rust_entries): Eliminate C++ comments and typo.
This commit is contained in:
parent
8d5f88d326
commit
1463434907
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user