diff options
Diffstat (limited to 'interpreter/code.c')
-rw-r--r-- | interpreter/code.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |