BUILD: tools: fix minor build issue on isspace()
authorWilly Tarreau <w@1wt.eu>
Thu, 1 Oct 2020 16:04:40 +0000 (18:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 1 Oct 2020 16:05:48 +0000 (18:05 +0200)
commitfe2cc41151c501eee262b326e3d4842e493b0a45
tree9e25c25a16c2e91ce993b5b6162057b9c973b677
parentfa41cb6792ddcf39b800217337d7910d586ef922
BUILD: tools: fix minor build issue on isspace()

Previous commit fa41cb679 ("MINOR: tools: support for word expansion
of environment in parse_line") introduced two new isspace() on a char
and broke the build on systems using an array disguised in a macro
instead of a function (like cygwin). Just use the usual cast.
src/tools.c