summaryrefslogtreecommitdiffstats
path: root/builtin.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-09-18 17:44:43 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-09-18 17:44:43 +0100
commita4eea165bbab6d13f89b59707e835d58b7014a66 (patch)
treeb99ee5dde8540f8dbe5de3d87b99e04ac4dd2673 /builtin.h
parent25cbab056b1f73e96b636c88779a92400d92dc15 (diff)
Move everything around - delete old Haskell code, clean up build.
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