diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-05-02 21:08:11 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2024-05-02 21:37:17 +0100 |
commit | c4ee664d0b2f4e118106fdd49eb50d9fb3eaeee3 (patch) | |
tree | f1df32ff72151a7b2e40da3bf29db11afb89209a /doxygen-awesome-css | |
parent | 476044b4947632ba2b03bc368a513cba55cb1103 (diff) |
Don't check parser_t.c against EOF
parser_t.c is a char which may be unsigned on some platforms and
therefore incapable of holding EOF.
This field is only ever set from parser_t.source which is a char array,
which only ever originates from {main,strquote,include} -> parser_pp ->
{init_parser,parser_reset} which all assign it from char arrays.
This means it should never be EOF, so the check can be dropped.
Also update the documentation so it matches.
Diffstat (limited to 'doxygen-awesome-css')
0 files changed, 0 insertions, 0 deletions