diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-21 08:34:50 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-21 08:34:50 -0800 |
commit | e720dfea4d7b07cbeb5312dbfd6940fd7fa29633 (patch) | |
tree | 1db313595ac31d6f647f8fee0c117eb845ff2f09 /starts/meaning-vm/level-1 | |
parent | 8ab69b673852971103e89eafa15a1dc6385b56ce (diff) | |
download | standingwithresilience-e720dfea4d7b07cbeb5312dbfd6940fd7fa29633.tar.gz standingwithresilience-e720dfea4d7b07cbeb5312dbfd6940fd7fa29633.zip |
=S default assumptions for habit macro
Diffstat (limited to 'starts/meaning-vm/level-1')
-rw-r--r-- | starts/meaning-vm/level-1/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename T> struct baseref; struct ref; -namespace concepts { extern ref nothing; } +namespace concepts { extern ref nothing; extern ref name; } } } |