Remove bogus __has_include controlling macro
authorNathan Sidwell <nathan@acm.org>
Fri, 24 Jan 2020 12:19:36 +0000 (04:19 -0800)
committerNathan Sidwell <nathan@acm.org>
Fri, 24 Jan 2020 12:19:36 +0000 (04:19 -0800)
commita1f6eff20e3bb32c5051e77093ee28faec2abca0
tree2d0e39fd06f67a7cdae178eaa9c2dd86289a9be4
parente8e66971cdc6d1390d47a227899e2e340ff44d66
Remove bogus __has_include controlling macro

I noticed, but ignored this code when addressing p80005, but having
fixed up defined(X) on the modules branch, I could see where it came
from, and it's obviously wrong as we've just pulled out a string
contant from the token.

* expr.c (parse_has_include): Remove bogus controlling macro code.
libcpp/ChangeLog
libcpp/expr.c