From 492b9cd1ecc234ea8f3080b305103702d2ca772b Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 7 Jan 2017 23:30:35 +0100 Subject: Starting to rewrite the knowledge stuff. --- src/pervasive.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/pervasive.h') diff --git a/src/pervasive.h b/src/pervasive.h index 9e1faf7..b830326 100644 --- a/src/pervasive.h +++ b/src/pervasive.h @@ -39,16 +39,6 @@ #define ZoO_DEFAULT_REPLY_RATE 8 #endif -#ifndef ZoO_MARKOV_ORDER - #define ZoO_MARKOV_ORDER 3 -#endif - - -/* ZoO_char = UTF-8 char */ -typedef char ZoO_char; -/* Functions that can handle UTF-8 'char' will use this symbol. */ -#define ZoO_CHAR_STRING_SYMBOL "%s" - #define ZoO__TO_STRING(x) #x #define ZoO_TO_STRING(x) ZoO__TO_STRING(x) #define ZoO_ISOLATE(a) do {a} while (0) -- cgit v1.2.3-70-g09d2