diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-15 13:45:25 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-15 13:45:25 -0400 |
| commit | 46decc9232a59395c2da0109bcbae23015bf3d80 (patch) | |
| tree | 772cb640b029a09ed98f84b0487c71ad49858de1 /environment.h | |
| parent | bc92bb72c8b6ae4fadfd611a4fb97747114b9d08 (diff) | |
Skip/stop for 'while' loops
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.h b/environment.h index 6defc631..7beb7e12 100644 --- a/environment.h +++ b/environment.h @@ -24,7 +24,7 @@ typedef struct { typedef struct loop_ctx_s { struct loop_ctx_s *next; - const char *key_name, *value_name; + const char *loop_name, *key_name, *value_name; CORD skip_label, stop_label; } loop_ctx_t; |
