aboutsummaryrefslogtreecommitdiff
path: root/src/stack.c
diff options
context:
space:
mode:
authorc2024-04-16 15:11:11 -0400
committerc2024-04-16 15:11:11 -0400
commit2e6d3b3343f8e51bc2f3749017ee8a22d7e8b2f6 (patch)
tree1934dbff693f0d89e1e9dcce0be0bbde2d7bc176 /src/stack.c
parent2a80ebb87b3d2b84fb2afe66e8a91f19414d24da (diff)
Something happened.
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));