diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 12:43:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 12:43:34 -0400 |
| commit | 3e2c911ce260907e3f8f4a4278a7c0ec4793e78a (patch) | |
| tree | 93a3d7a8bb469df926e4407ac996aa606692039f /src/parse/context.c | |
| parent | 55479cbf9e4a8f36afe41d84df687f05fc7661f0 (diff) | |
First pass at formatter
Diffstat (limited to 'src/parse/context.c')
| -rw-r--r-- | src/parse/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/context.c b/src/parse/context.c index 689fa1a4..cd8d16bc 100644 --- a/src/parse/context.c +++ b/src/parse/context.c @@ -5,4 +5,4 @@ #include "../stdlib/tables.h" #include "../stdlib/types.h" -TypeInfo_t *parse_comments_info = Table$info(Pointer$info("@", &Memory$info), Pointer$info("@", &Memory$info)); +const TypeInfo_t *parse_comments_info = Table$info(Pointer$info("@", &Memory$info), Pointer$info("@", &Memory$info)); |
