diff options
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> |
