src: introduce type tribool

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-15 14:44:50 +02:00
parent 10e759f1f1
commit a9ac4b5e23
51 changed files with 228 additions and 120 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ struct PackerNames {
names[names_count].sname = pb->getName();
names_count++;
}
static bool visit(PackerBase *pb, void *user) {
static tribool visit(PackerBase *pb, void *user) {
PackerNames *self = (PackerNames *) user;
self->add(pb);
return false;