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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compile/functions.c') diff --git a/src/compile/functions.c b/src/compile/functions.c index d0235c66..b01f599b 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -1,3 +1,5 @@ +// This file defines how to compile functions + #include "functions.h" #include "../ast.h" #include "../compile.h" -- cgit v1.2.3