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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter/code.c') diff --git a/interpreter/code.c b/interpreter/code.c index b20b2ba..88f58b7 100644 --- a/interpreter/code.c +++ b/interpreter/code.c @@ -139,7 +139,7 @@ unsigned char code_find(char *name, void **function) { return 0; } -#ifdef _FUSPEL_DEBUG +#ifdef FUSPEL_DEBUG char *code_find_name(void *f) { struct code_mapping *entry = code_table; while (entry) { -- cgit v1.2.3