diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-14 02:44:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-14 02:44:37 -0400 |
| commit | 8847eaa660ef1538050c4bfc51ce405c90e6323b (patch) | |
| tree | a2ed237fe03ced76bb725681810a371ef206cf60 /compile.c | |
| parent | fdc3eadba25aff7894419e483519e73150be33d4 (diff) | |
Bugfix for looping
Diffstat (limited to 'compile.c')
| -rw-r--r-- | compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1146,7 +1146,6 @@ CORD compile(env_t *env, ast_t *ast) } } case IntType: { - env_t *scope = fresh_scope(env); CORD value = compile(env, for_->value); CORD n = compile(env, for_->iter); CORD index = for_->index ? compile(env, for_->index) : CORD_EMPTY; |
