summaryrefslogtreecommitdiffstats
path: root/builtin.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-06-21 12:06:28 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-06-21 12:06:28 +0100
commit7af88962eea41fd25b483f1e4ef750bfd8a999e8 (patch)
tree9b0003e3899a24d42a3d7247d43664de956713d4 /builtin.h
parentb49d65a276f2c37776db354927130a574cc5e2de (diff)
Move cfunction invocation code to the interpreter loop.header-cleanup
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/builtin.h b/builtin.h
index 63562635..1aab133f 100644
--- a/builtin.h
+++ b/builtin.h
@@ -6,7 +6,4 @@
int builtins_bind(block*);
-jv cfunction_invoke(struct cfunction* function, jv input[]);
-
-
#endif