summaryrefslogtreecommitdiff
path: root/src/core/interpret.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-05-09 09:45:09 +0000
committerPaul Buetow <paul@buetow.org>2010-05-09 09:45:09 +0000
commit980eeaaea5a7bf40edef17070ec21a2bc3714acd (patch)
tree115462d2836a3c94bf63820eb5d78e73c0f5e206 /src/core/interpret.h
parentb16caaa631ac8143c021c99fb16ce96cf69ead91 (diff)
renamed some stuff from PBSc (Paul Buetow Scheme) into Fype
Diffstat (limited to 'src/core/interpret.h')
-rw-r--r--src/core/interpret.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/interpret.h b/src/core/interpret.h
index 3ca216e..7834ef6 100644
--- a/src/core/interpret.h
+++ b/src/core/interpret.h
@@ -53,6 +53,6 @@ typedef struct _Interpret {
Interpret* interpret_new(List *p_list_token);
Interpret* interpret_new_lambda(Interpret *p_inter, Lambda *p_lambda);
void interpret_delete(Interpret *p_inter);
-void interpret_run(PBSc *p_fype);
+void interpret_run(Fype *p_fype);
#endif /* INTERPRET_H */