♻️ replace further alternative operators

This commit is contained in:
Niels Lohmann 2020-07-11 13:39:14 +02:00
parent d7a2956b24
commit 609a0046c4
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
3 changed files with 6 additions and 6 deletions

View file

@ -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;
}