aboutsummaryrefslogtreecommitdiff
path: root/stdlib/ranges.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/ranges.h')
-rw-r--r--stdlib/ranges.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/ranges.h b/stdlib/ranges.h
index 933b9aee..1656bdaa 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$info;
+extern const TypeInfo_t Range$info;
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1