| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-02-13 18:02:32 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-02-13 18:02:32 +0100 |
| commit | f25fa7b132ef08431455075dadcf1823a5796dba (patch) | |
| tree | 2ee12d2745eff192d23f1dd29de43ab83ed0c26a /src/pervasive.h | |
| parent | 7af295b2ec22f06b24079bf895ac97079f64b6d7 (diff) | |
Seems to work reasonably well.code-improvements
Diffstat (limited to 'src/pervasive.h')
| -rw-r--r-- | src/pervasive.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pervasive.h b/src/pervasive.h index d7b213f..fccc75b 100644 --- a/src/pervasive.h +++ b/src/pervasive.h @@ -6,9 +6,11 @@ #define ZoO_SERVER_VERSION 1 #define ZoO_PROTOCOL_VERSION 1 -//#define ZoO_RUNNING_FRAMA_C 1 +#ifdef __FRAMAC__ + #define ZoO_RUNNING_FRAMA_C 1 +#endif -#define ZoO_DEBUG_ALL 1 +#define ZoO_DEBUG_ALL 0 #ifndef ZoO_DEBUG_ALL #define ZoO_DEBUG_ALL 0 |


