; 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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue