aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointer.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 15:32:17 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 15:32:17 -0400
commitc62c3200c7078f58b218def14c54bbfd26677069 (patch)
treeb4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile/pointer.h
parent3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff)
Pluralize filenames
Diffstat (limited to 'src/compile/pointer.h')
-rw-r--r--src/compile/pointer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compile/pointer.h b/src/compile/pointer.h
deleted file mode 100644
index 306c3019..00000000
--- a/src/compile/pointer.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdbool.h>
-
-#include "../environment.h"
-#include "../stdlib/datatypes.h"
-
-Text_t compile_to_pointer_depth(env_t *env, ast_t *ast, int64_t target_depth, bool needs_incref);