aboutsummaryrefslogtreecommitdiff
path: root/src/compile/pointers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/pointers.h')
-rw-r--r--src/compile/pointers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compile/pointers.h b/src/compile/pointers.h
index 49e73c1c..8a4c921a 100644
--- a/src/compile/pointers.h
+++ b/src/compile/pointers.h
@@ -1,3 +1,6 @@
+// This file defines how to compile pointers and allocated memory
+#pragma once
+
#include <stdbool.h>
#include "../ast.h"