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/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compile/types.h') diff --git a/src/compile/types.h b/src/compile/types.h index 81bce10d..35394f5d 100644 --- a/src/compile/types.h +++ b/src/compile/types.h @@ -1,3 +1,5 @@ +// This file defines how to compile types and type info values +#pragma once #include "../stdlib/datatypes.h" #include "../types.h" -- cgit v1.2.3