aboutsummaryrefslogtreecommitdiff
path: root/src/compile/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/functions.h')
-rw-r--r--src/compile/functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compile/functions.h b/src/compile/functions.h
index 736662af..3632cd77 100644
--- a/src/compile/functions.h
+++ b/src/compile/functions.h
@@ -1,3 +1,5 @@
+// This file defines how to compile functions
+#pragma once
#include "../ast.h"
#include "../environment.h"