From b3fd0e0a2228c2501a14670440b48bbe6f036f07 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 13 Nov 2024 22:17:13 +0100 Subject: Default back to -b from -L --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.h') 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; -- cgit v1.2.3