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