diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-13 22:17:13 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-13 22:17:13 +0100 |
commit | b3fd0e0a2228c2501a14670440b48bbe6f036f07 (patch) | |
tree | 78c1750e16f2149bd1360a284c7ca35353d2d818 /src/globals.h | |
parent | 0cf413c8a6a060fbc532f645202b01cf8ef27fef (diff) |
Default back to -b from -Lv3.0.0
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index f0ed91b..fea375d 100644 --- a/src/globals.h +++ b/src/globals.h @@ -22,11 +22,11 @@ enum { }; typedef struct { - bool b : 1; bool c : 1; unsigned H : 2; bool i : 1; bool l : 1; + bool L : 1; bool p : 1; bool s : 1; bool U : 1; |