Remove argument names in function prototypes, declared in headers; fix '*' alignment in headers.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -183,7 +183,7 @@ const char *lexer_token_type_to_string (token_type);
|
||||
|
||||
void lexer_set_strict_mode (bool);
|
||||
|
||||
extern bool lexer_are_tokens_with_same_identifier (token id1, token id2);
|
||||
extern bool lexer_are_tokens_with_same_identifier (token, token);
|
||||
|
||||
extern bool lexer_is_no_escape_sequences_in_token_string (token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user