diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-24 14:54:22 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-24 14:54:22 -0400 |
| commit | ed8b8901c067f0d378f973622f5f6d560d21e914 (patch) | |
| tree | 5386490c8accd338836fc8764181ea2bb3f8df1f /stdlib/ranges.h | |
| parent | 800e386105255c9c4faa9a7051b100a8768a70de (diff) | |
Add '$' prefix on all user code
Diffstat (limited to 'stdlib/ranges.h')
| -rw-r--r-- | stdlib/ranges.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/ranges.h b/stdlib/ranges.h index 2a4f1d68..933b9aee 100644 --- a/stdlib/ranges.h +++ b/stdlib/ranges.h @@ -5,6 +5,6 @@ PUREFUNC Range_t Range$reversed(Range_t r); PUREFUNC Range_t Range$by(Range_t r, Int_t step); -extern const TypeInfo Range; +extern const TypeInfo Range$info; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 |
