From f3f81123c2082672dd5bbd47520bd5fdce9a066a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 12 Oct 2016 09:26:57 +0200 Subject: Make debug graphs a command line option (-g) --- interpreter/eval.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'interpreter/eval.h') diff --git a/interpreter/eval.h b/interpreter/eval.h index 3561965..7afe56e 100644 --- a/interpreter/eval.h +++ b/interpreter/eval.h @@ -3,6 +3,10 @@ #include "syntax.h" -struct expression *eval_main(struct fuspel*); +struct expression *eval_main(struct fuspel* +#ifdef _FUSPEL_DEBUG + , bool debug_graphs +#endif + ); #endif -- cgit v1.2.3