summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/funcs.cpp
diff options
context:
space:
mode:
authoruser <user@localhost.localdomain>2019-12-26 13:31:23 -0800
committeruser <user@localhost.localdomain>2019-12-26 13:31:23 -0800
commit1c0b4c8ea8e32dddef0da99bbac546952bb20e44 (patch)
tree45b7c1f593df2f80f07727ff04d6ad53a23f3eef /starts/meaning-vm/level-2/funcs.cpp
parentdc2779f5a7ceb226620f39e728b73b028cb17c10 (diff)
downloadstandingwithresilience-1c0b4c8ea8e32dddef0da99bbac546952bb20e44.tar.gz
standingwithresilience-1c0b4c8ea8e32dddef0da99bbac546952bb20e44.zip
wip
Diffstat (limited to 'starts/meaning-vm/level-2/funcs.cpp')
-rw-r--r--starts/meaning-vm/level-2/funcs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/funcs.cpp b/starts/meaning-vm/level-2/funcs.cpp
index 3ecedb3..b11413f 100644
--- a/starts/meaning-vm/level-2/funcs.cpp
+++ b/starts/meaning-vm/level-2/funcs.cpp
@@ -21,6 +21,7 @@ ref makehabit(ref name, std::initializer_list<ref> argnames, std::function<void(
ref habit = level1::a(concepts::habit, name);
ref infn = a(habit-information-needed);
habit.set(information-needed, infn);
+ //habit.set(concepts::habit, concepts::habit);
ref posinf = infn;
for (auto argname : argnames) {
ref nextinf = a(habit-information);