aboutsummaryrefslogtreecommitdiff
path: root/src/compile/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/enums.h')
-rw-r--r--src/compile/enums.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compile/enums.h b/src/compile/enums.h
index 21235532..bcb34ddc 100644
--- a/src/compile/enums.h
+++ b/src/compile/enums.h
@@ -1,7 +1,6 @@
+// This file defines how to compile enums
#pragma once
-// Compilation of tagged unions (enums)
-
#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"