summaryrefslogtreecommitdiffstats
path: root/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
new file mode 100644
index 00000000..fe2ac6ac
--- /dev/null
+++ b/builtin.h
@@ -0,0 +1,9 @@
+#ifndef BUILTIN_H
+#define BUILTIN_H
+
+#include "bytecode.h"
+#include "compile.h"
+
+block builtins_bind(block);
+
+#endif