diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 15:32:17 -0400 |
| commit | c62c3200c7078f58b218def14c54bbfd26677069 (patch) | |
| tree | b4e2d4b943ca3a63a95d6e516ff5bb45a46f238e /src/compile/pointer.h | |
| parent | 3f9f82ca53ed353d10ae65fc958e73193e8d9739 (diff) | |
Pluralize filenames
Diffstat (limited to 'src/compile/pointer.h')
| -rw-r--r-- | src/compile/pointer.h | 6 |
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); |
