diff options
author | June McEnroe <june@causal.agency> | 2020-05-11 12:46:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-11 12:46:17 -0400 |
commit | 83e23c71985ce8e10c5d1515d134cc386b3c476c (patch) | |
tree | e3da4eed9c5cfcac0385060779e103740a9ced32 /archive.h | |
parent | Remove unused predefined atoms (diff) | |
download | bubger-83e23c71985ce8e10c5d1515d134cc386b3c476c.tar.gz bubger-83e23c71985ce8e10c5d1515d134cc386b3c476c.zip |
Eliminate stray whitespace in HTML and Atom
Diffstat (limited to '')
-rw-r--r-- | archive.h | 4 |
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; |