| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-01-07 23:30:35 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-01-07 23:30:35 +0100 |
| commit | 492b9cd1ecc234ea8f3080b305103702d2ca772b (patch) | |
| tree | 730c1a65fa3be618f3c3609bc27f006c435efc82 /src/pervasive.h | |
| parent | b349789ad116a610c18238237b7369e6b49382dc (diff) | |
Starting to rewrite the knowledge stuff.
Diffstat (limited to 'src/pervasive.h')
| -rw-r--r-- | src/pervasive.h | 10 |
1 files changed, 0 insertions, 10 deletions
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) |


