summaryrefslogtreecommitdiff
path: root/libtnsl/box/list.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'libtnsl/box/list.tnsl')
-rw-r--r--libtnsl/box/list.tnsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtnsl/box/list.tnsl b/libtnsl/box/list.tnsl
index 11ba4e1..cdf39d7 100644
--- a/libtnsl/box/list.tnsl
+++ b/libtnsl/box/list.tnsl
@@ -49,18 +49,18 @@
;/
;/
-;struct List {
+;struct List (type T) {
uint length,
- LNode
+ LNode(T)
first,
last
}
-;struct DList {
+;struct DList (type T) {
uint length,
- DLNode
+ DLNode(T)
first,
last
} \ No newline at end of file