diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 03:20:01 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 03:20:01 -0400 |
| commit | 9edace28e2e43fb8cb8dc64191b3ed3f5a185f99 (patch) | |
| tree | c7a3008bf8dc9af5537e4cc9839f7c38a1b059ab /builtins/range.h | |
| parent | 5d3ab600f1ceddd3537006b69758b2bbf2327c49 (diff) | |
Fix ranges
Diffstat (limited to 'builtins/range.h')
| -rw-r--r-- | builtins/range.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/range.h b/builtins/range.h index 9f3b25af..802c85f8 100644 --- a/builtins/range.h +++ b/builtins/range.h @@ -3,7 +3,7 @@ // Ranges represent numeric ranges Range_t Range$reversed(Range_t r); -Range_t Range$by(Range_t r, int64_t step); +Range_t Range$by(Range_t r, Int_t step); extern const TypeInfo Range; |
