Commit b4f0e129 authored by Tor Arntsen's avatar Tor Arntsen Committed by Kamil Dudka
Browse files

setup_once: use enum type for 'bool' on non-C99 platforms



An enum will catch non-bool assignments to bool on platforms with
a strict compiler, e.g MIPSPro.

Signed-off-by: default avatarKamil Dudka <kdudka@redhat.com>
parent dd856873
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment