diff options
Diffstat (limited to 'src/qreg.c')
-rw-r--r-- | src/qreg.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,7 +18,6 @@ #include "config.h" #endif -#include <stdbool.h> #include <string.h> #include <glib.h> @@ -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; }; |