aboutsummaryrefslogtreecommitdiff
path: root/structs.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-18 12:47:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-18 12:47:07 -0400
commitdf2e01c15e0ff44aaf60589095aba75669b110d7 (patch)
treefcc1a380042adf57ba1f5f003c4d45c6cb698717 /structs.c
parent5f3dac786c6b27f04d5cf7f27ea994135d26041e (diff)
Add some better file comments
Diffstat (limited to 'structs.c')
-rw-r--r--structs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.c b/structs.c
index 90aef9bb..4888cc54 100644
--- a/structs.c
+++ b/structs.c
@@ -1,4 +1,4 @@
-
+// Logic for compiling new struct types defined in code
#include <ctype.h>
#include <gc/cord.h>
#include <gc.h>