summaryrefslogtreecommitdiffstats
path: root/builtin.h
blob: fe2ac6acec3dde9f6461b563181bb8bba1670495 (plain)
1
2
3
4
5
6
7
8
9
#ifndef BUILTIN_H
#define BUILTIN_H

#include "bytecode.h"
#include "compile.h"

block builtins_bind(block);

#endif