From f8e50700cd0eb93154f5c025ef20d428986b856c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 7 Oct 2016 21:21:40 +0200 Subject: Cleanup (resolves #9) --- interpreter/code.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interpreter/code.h') diff --git a/interpreter/code.h b/interpreter/code.h index 8b7d060..0703fc5 100644 --- a/interpreter/code.h +++ b/interpreter/code.h @@ -8,10 +8,10 @@ typedef void (Code_0) (struct node**); typedef void (Code_1) (struct node**, struct node*); typedef void (Code_2) (struct node**, struct node*, struct node*); -unsigned char code_find(char* name, void** function); +unsigned char code_find(char *name, void **function); #ifdef _FUSPEL_DEBUG -char *code_find_name(void* f); +char *code_find_name(void *f); #endif #endif -- cgit v1.2.3