aboutsummaryrefslogtreecommitdiff
path: root/src/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.c')
-rw-r--r--src/stack.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stack.c b/src/stack.c
index 1d8a6fa..c6360e7 100644
--- a/src/stack.c
+++ b/src/stack.c
@@ -1,5 +1,7 @@
#include "include/stack.h"
+// Not actually used anywhere, might be name collision on clang.
+
stack_t* stack_init() {
stack_t* stack = emalloc(sizeof(stack_t));