diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:43:59 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:43:59 -0400 |
| commit | 41612254e459d321ed40945b1b77c0e8ee2a9550 (patch) | |
| tree | b3bd368afed4ee3a6ac1f2cb46c86dd39799a1c4 /src/compile/optionals.h | |
| parent | 4347eff736db4da9f8841793d63d282e694de080 (diff) | |
Add comments and pragmas
Diffstat (limited to 'src/compile/optionals.h')
| -rw-r--r-- | src/compile/optionals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compile/optionals.h b/src/compile/optionals.h index 2a93d53e..ddacba63 100644 --- a/src/compile/optionals.h +++ b/src/compile/optionals.h @@ -1,3 +1,6 @@ +// This file defines how to compile optionals and null +#pragma once + #include "../ast.h" #include "../environment.h" #include "../stdlib/datatypes.h" |
