diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-18 12:47:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-18 12:47:07 -0400 |
| commit | df2e01c15e0ff44aaf60589095aba75669b110d7 (patch) | |
| tree | fcc1a380042adf57ba1f5f003c4d45c6cb698717 /environment.c | |
| parent | 5f3dac786c6b27f04d5cf7f27ea994135d26041e (diff) | |
Add some better file comments
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/environment.c b/environment.c index 1786be50..38b21d23 100644 --- a/environment.c +++ b/environment.c @@ -1,4 +1,5 @@ - +// Logic for the environmental context information during compilation +// (variable bindings, code sections, etc.) #include <stdlib.h> #include <signal.h> |
