diff options
Diffstat (limited to 'builtins/range.h')
| -rw-r--r-- | builtins/range.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/range.h b/builtins/range.h index 802c85f8..2a4f1d68 100644 --- a/builtins/range.h +++ b/builtins/range.h @@ -2,8 +2,8 @@ // Ranges represent numeric ranges -Range_t Range$reversed(Range_t r); -Range_t Range$by(Range_t r, Int_t step); +PUREFUNC Range_t Range$reversed(Range_t r); +PUREFUNC Range_t Range$by(Range_t r, Int_t step); extern const TypeInfo Range; |
