From 731442d43c8e18cbd94377054adba9ab79be09f2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 7 Oct 2016 20:51:56 +0200 Subject: Resolve #12, don't show code keyword in debug graph --- interpreter/code.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'interpreter/code.h') diff --git a/interpreter/code.h b/interpreter/code.h index 144a7c3..8b7d060 100644 --- a/interpreter/code.h +++ b/interpreter/code.h @@ -10,4 +10,8 @@ typedef void (Code_2) (struct node**, struct node*, struct node*); unsigned char code_find(char* name, void** function); +#ifdef _FUSPEL_DEBUG +char *code_find_name(void* f); +#endif + #endif -- cgit v1.2.3