summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/meaning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/meaning.cpp')
-rw-r--r--starts/meaning-vm/meaning.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/starts/meaning-vm/meaning.cpp b/starts/meaning-vm/meaning.cpp
index a6156bf..a47a0ce 100644
--- a/starts/meaning-vm/meaning.cpp
+++ b/starts/meaning-vm/meaning.cpp
@@ -13,9 +13,9 @@ ref link(ref sourceref, ref typeref, ref targetref)
declrefs(link, source, type, target);
lnks(link-source, link-type, link-target);
return a(link)[
- link-source << sourceref,
- link-type << typeref,
- link-target << targetref
+ link-source = sourceref,
+ link-type = typeref,
+ link-target = targetref
];
}