aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/analyzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyzer.h b/src/analyzer.h
index 92857d7..d251117 100644
--- a/src/analyzer.h
+++ b/src/analyzer.h
@@ -45,8 +45,8 @@ typedef struct type {
union {
struct {
uint8_t size; /* number of bytes */
- bool issigned;
bool isfloat;
+ bool issigned;
};
struct {
const struct type *params, *ret;