aboutsummaryrefslogtreecommitdiff
path: root/interpreter/code.h
diff options
context:
space:
mode:
authorCamil Staps2016-11-08 09:37:13 +0100
committerCamil Staps2016-11-08 09:37:13 +0100
commit95f715a61017a48584ac9dc953bfa0ab92aba13f (patch)
treee069cc0cd9334333419fd82f8ef12f169d2d5e6f /interpreter/code.h
parentexamples (diff)
Remove leading underscore from _FUSPEL_DEBUG and _FUSPEL_CLI
Diffstat (limited to 'interpreter/code.h')
-rw-r--r--interpreter/code.h2
1 files changed, 1 insertions, 1 deletions
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