From e720dfea4d7b07cbeb5312dbfd6940fd7fa29633 Mon Sep 17 00:00:00 2001 From: olpc user Date: Sat, 21 Dec 2019 08:34:50 -0800 Subject: =S default assumptions for habit macro --- starts/meaning-vm/level-1/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/level-1') diff --git a/starts/meaning-vm/level-1/common.hpp b/starts/meaning-vm/level-1/common.hpp index 5dd2840..9e19760 100644 --- a/starts/meaning-vm/level-1/common.hpp +++ b/starts/meaning-vm/level-1/common.hpp @@ -10,7 +10,7 @@ using level0::concept; template struct baseref; struct ref; -namespace concepts { extern ref nothing; } +namespace concepts { extern ref nothing; extern ref name; } } } -- cgit v1.2.3