summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bounce.h1
-rw-r--r--client.c8
2 files changed, 5 insertions, 4 deletions
diff --git a/bounce.h b/bounce.h
index 2c997c3..c523227 100644
--- a/bounce.h
+++ b/bounce.h
@@ -30,6 +30,7 @@
 #define SOURCE_URL "https://code.causal.agency/june/pounce"
 #define ORIGIN "irc.invalid"
 
+#define BIT(x) x##Bit, x = 1 << x##Bit, _##x##Bit = x##Bit
 #define ARRAY_LEN(a) (sizeof(a) / sizeof(a[0]))
 
 typedef unsigned char byte;
diff --git a/client.c b/client.c
index 32b5b0f..6ac0869 100644
--- a/client.c
+++ b/client.c
@@ -31,10 +31,10 @@
 static size_t count;
 
 enum Need {
-	NeedNick = 1 << 0,
-	NeedUser = 1 << 1,
-	NeedPass = 1 << 2,
-	NeedCapEnd = 1 << 3,
+	BIT(NeedNick),
+	BIT(NeedUser),
+	BIT(NeedPass),
+	BIT(NeedCapEnd),
 };
 
 struct Client {
/bin/1sh/mktokens?id=25a8491d463a4bfd31edd89f9ce3fd118b451b22&follow=1'>Remove mktemp options from mkbuiltins, mktokensJune McEnroe Why even? 2020-06-07Cast z_stream fields to size_tJune McEnroe In the version of zlib in OpenBSD, these fields are of type off_t, which is signed (why?), rather than uLong. 2020-06-07Call static_assert by _Static_assertJune McEnroe OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? 2020-06-07Add OpenBSD to install.shJune McEnroe Straightforward. 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe