From 95f715a61017a48584ac9dc953bfa0ab92aba13f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 8 Nov 2016 09:37:13 +0100 Subject: Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI --- interpreter/code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter/code.h') diff --git a/interpreter/code.h b/interpreter/code.h index 0703fc5..250c240 100644 --- a/interpreter/code.h +++ b/interpreter/code.h @@ -10,7 +10,7 @@ typedef void (Code_2) (struct node**, struct node*, struct node*); unsigned char code_find(char *name, void **function); -#ifdef _FUSPEL_DEBUG +#ifdef FUSPEL_DEBUG char *code_find_name(void *f); #endif -- cgit v1.2.3