From 41612254e459d321ed40945b1b77c0e8ee2a9550 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:43:59 -0400 Subject: Add comments and pragmas --- src/compile/functions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compile/functions.h') 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" -- cgit v1.2.3