diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:43:59 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:43:59 -0400 |
| commit | 41612254e459d321ed40945b1b77c0e8ee2a9550 (patch) | |
| tree | b3bd368afed4ee3a6ac1f2cb46c86dd39799a1c4 /src/compile/enums.c | |
| parent | 4347eff736db4da9f8841793d63d282e694de080 (diff) | |
Add comments and pragmas
Diffstat (limited to 'src/compile/enums.c')
| -rw-r--r-- | src/compile/enums.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/compile/enums.c b/src/compile/enums.c index 1e20f5bf..d2b4d9a1 100644 --- a/src/compile/enums.c +++ b/src/compile/enums.c @@ -1,6 +1,4 @@ -// Logic for compiling tagged unions (enums) -#include <gc.h> -#include <stdio.h> +// This file defines how to compile enums #include "../ast.h" #include "../compile.h" |
