diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 18:07:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 18:07:15 -0400 |
| commit | 9974ddd86ebe6f986ba6352c183250c99210656b (patch) | |
| tree | f25498f8799d1bfbecaea185dbf1ea77abdd64db /src/compile/conditionals.h | |
| parent | 9a663450129398537a80ed454920c3134fe1aa6f (diff) | |
Split for-loops out
Diffstat (limited to 'src/compile/conditionals.h')
| -rw-r--r-- | src/compile/conditionals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/conditionals.h b/src/compile/conditionals.h index 26546e10..ccb3dada 100644 --- a/src/compile/conditionals.h +++ b/src/compile/conditionals.h @@ -1,4 +1,4 @@ -// This file defines how to compile conditionals +// This file defines how to compile 'if' conditionals #pragma once #include "../ast.h" |
