From 83e23c71985ce8e10c5d1515d134cc386b3c476c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 11 May 2020 12:46:17 -0400 Subject: Eliminate stray whitespace in HTML and Atom --- archive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archive.h') 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; -- cgit 1.4.1