mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +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
1 changed files with 2 additions and 2 deletions
|
@ -5144,10 +5144,10 @@ Rust_entries (FILE *inf)
|
||||||
cp = skip_spaces(cp);
|
cp = skip_spaces(cp);
|
||||||
name = cp;
|
name = cp;
|
||||||
|
|
||||||
// Skip 'pub' keyworld
|
/* Skip 'pub' keyword. */
|
||||||
(void)LOOKING_AT (cp, "pub");
|
(void)LOOKING_AT (cp, "pub");
|
||||||
|
|
||||||
// Look for define
|
/* Look for define. */
|
||||||
if ((is_func = LOOKING_AT (cp, "fn"))
|
if ((is_func = LOOKING_AT (cp, "fn"))
|
||||||
|| LOOKING_AT (cp, "enum")
|
|| LOOKING_AT (cp, "enum")
|
||||||
|| LOOKING_AT (cp, "struct")
|
|| LOOKING_AT (cp, "struct")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue