about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-11 12:46:17 -0400
committerJune McEnroe <june@causal.agency>2020-05-11 12:46:17 -0400
commit83e23c71985ce8e10c5d1515d134cc386b3c476c (patch)
treee3da4eed9c5cfcac0385060779e103740a9ced32 /archive.h
parentRemove unused predefined atoms (diff)
downloadbubger-83e23c71985ce8e10c5d1515d134cc386b3c476c.tar.gz
bubger-83e23c71985ce8e10c5d1515d134cc386b3c476c.zip
Eliminate stray whitespace in HTML and Atom
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/archive.h b/archive.h
index 75d8781..f0bda03 100644
--- a/archive.h
+++ b/archive.h
@@ -26,6 +26,8 @@
 
 #define GENERATOR_URL "https://git.causal.agency/bubger"
 
+#define Q(...) #__VA_ARGS__
+
 struct Address {
 	char *name;
 	const char *mailbox;
@@ -159,8 +161,6 @@ void concatData(
 void concatThreads(struct List threads, const struct Envelope *envelopes);
 void concatIndex(struct List threads, const struct Envelope *envelopes);
 
-#define TEMPLATE(...) #__VA_ARGS__
-
 struct Variable {
 	const char *name;
 	const char *value;