From 7e8cb867ba9ca9d0f533a8329712117ba38115a6 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 21 Sep 2016 03:13:47 +0200 Subject: Fixes "No back sequence" + forbids name as pillar. --- src/core/knowledge.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/core/knowledge.c') diff --git a/src/core/knowledge.c b/src/core/knowledge.c index a2bf708..4980fdd 100644 --- a/src/core/knowledge.c +++ b/src/core/knowledge.c @@ -10,8 +10,8 @@ /** Basic functions of the ZoO_knowledge structure ****************************/ /* XXX: are we as close to immutable as we want to be? */ -unsigned int const ZoO_knowledge_punctuation_chars_count = 7; -const ZoO_char const ZoO_knowledge_punctuation_chars[7] = +unsigned int const ZoO_knowledge_punctuation_chars_count = 8; +const ZoO_char const ZoO_knowledge_punctuation_chars[8] = { '!', ',', @@ -19,7 +19,8 @@ const ZoO_char const ZoO_knowledge_punctuation_chars[7] = ':', ';', '?', - '~' + '~', + '\001' }; /* XXX: are we as close to immutable as we want to be? */ -- cgit v1.2.3-70-g09d2