summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-04 00:59:40 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-04 00:59:40 -0500
commit0c06ed6f6933d0eeac797f877d352dd7ec37056e (patch)
tree796226a5440bb9d7207d2eb6322b2245ca39ff1e /toc.c
parent50c892e0a68c7e6d17ce49edf0c13ada7e1cdbfc (diff)
fixed potential future bug, which wasnt causing problems right now
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toc.c b/toc.c
index 18c79bb..7bbafcc 100644
--- a/toc.c
+++ b/toc.c
@@ -33,7 +33,6 @@ static void print_val(Value v, Type *t);
/* misc */
-#define JOIN(a,b) a##b
#define STRINGIFY2(x) #x
#define STRINGIFY(x) STRINGIFY2(x)