Skip to content

Commit

Permalink
Revert "Treat __name the same as __node (#494)"
Browse files Browse the repository at this point in the history
This reverts commit 8af6f17.
  • Loading branch information
nuclearsandwich committed Dec 6, 2019
1 parent 024c3ee commit b8f903b
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 171 deletions.
2 changes: 1 addition & 1 deletion rcl/include/rcl/lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef enum rcl_lexeme_t
RCL_LEXEME_URL_TOPIC = 4,
/// :
RCL_LEXEME_COLON = 5,
/// __node or __name
/// __node
RCL_LEXEME_NODE = 6,
/// __ns
RCL_LEXEME_NS = 7,
Expand Down
2 changes: 1 addition & 1 deletion rcl/src/rcl/arguments.c
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ _rcl_parse_remap_namespace_replacement(
return RCL_RET_OK;
}

/// Parse a nodename replacement rule (ex: `__node:=new_name` or `__name:=new_name`).
/// Parse a nodename replacement rule (ex: `__node:=new_name`).
/**
* \sa _rcl_parse_remap_begin_remap_rule()
*/
Expand Down
Loading

0 comments on commit b8f903b

Please sign in to comment.