Commit Graph

1 Commits

Author SHA1 Message Date
rofl0r
931ba75c45 gcc-5.3.0: fix new build error with recent host gcc
newer gccs default to -std=c++17 which no longer allows
operator++ to be used on 'bool's.
this patch changes the type to unsigned char, just like
newer gcc versions have it.
2025-02-18 00:14:12 +00:00