♻️ replace further alternative operators
This commit is contained in:
parent
d7a2956b24
commit
609a0046c4
3 changed files with 6 additions and 6 deletions
|
|
@ -1513,7 +1513,7 @@ scan_number_done:
|
|||
// ignore comments
|
||||
if (ignore_comments && current == '/')
|
||||
{
|
||||
if (not scan_comment())
|
||||
if (!scan_comment())
|
||||
{
|
||||
return token_type::parse_error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue