1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

Blacklist __LINE__ to match assignment

This commit is contained in:
Timothy Clem 2020-01-10 14:01:41 -08:00
parent 3d04836a8a
commit b05047c53f

View File

@ -102,6 +102,7 @@ nameBlacklist =
, "super" , "super"
, "undef" , "undef"
, "__FILE__" , "__FILE__"
, "__LINE__"
, "lambda" , "lambda"
] ]