aboutsummaryrefslogtreecommitdiff
path: root/interpreter/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter/eval.h')
-rw-r--r--interpreter/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/eval.h b/interpreter/eval.h
index 7afe56e..8c72115 100644
--- a/interpreter/eval.h
+++ b/interpreter/eval.h
@@ -4,7 +4,7 @@
#include "syntax.h"
struct expression *eval_main(struct fuspel*
-#ifdef _FUSPEL_DEBUG
+#ifdef FUSPEL_DEBUG
, bool debug_graphs
#endif
);