1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Move cfunction invocation code to the interpreter loop.

This commit is contained in:
Stephen Dolan
2013-06-21 12:06:28 +01:00
parent b49d65a276
commit 7af88962ee
4 changed files with 22 additions and 25 deletions

View File

@@ -6,7 +6,4 @@
int builtins_bind(block*);
jv cfunction_invoke(struct cfunction* function, jv input[]);
#endif