summaryrefslogtreecommitdiff
path: root/src/core/interpret.c
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.c
parentb16caaa631ac8143c021c99fb16ce96cf69ead91 (diff)
renamed some stuff from PBSc (Paul Buetow Scheme) into Fype
Diffstat (limited to 'src/core/interpret.c')
-rw-r--r--src/core/interpret.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/interpret.c b/src/core/interpret.c
index dfbc36b..3dea81a 100644
--- a/src/core/interpret.c
+++ b/src/core/interpret.c
@@ -77,7 +77,7 @@ interpret_delete(Interpret *p_inter) {
}
void
-interpret_run(PBSc *p_fype) {
+interpret_run(Fype *p_fype) {
Interpret *p_inter =
interpret_new(p_fype->p_list_token);