From 024d26ac0cd869826801889f1299df34676fdf57 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 28 Sep 2024 23:10:42 +0400 Subject: replaced bool completely with gboolean --- src/qreg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/qreg.c') diff --git a/src/qreg.c b/src/qreg.c index c337dbe..58c0966 100644 --- a/src/qreg.c +++ b/src/qreg.c @@ -18,7 +18,6 @@ #include "config.h" #endif -#include #include #include @@ -1269,7 +1268,7 @@ struct teco_machine_qregspec_t { union { struct { teco_qreg_type_t type : 8; - bool parse_only : 1; + gboolean parse_only : 1; }; guint __flags; }; -- cgit v1.2.3