diff options
Diffstat (limited to 'bytecode/value_slice.h')
| -rw-r--r-- | bytecode/value_slice.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bytecode/value_slice.h b/bytecode/value_slice.h new file mode 100644 index 0000000..09b2873 --- /dev/null +++ b/bytecode/value_slice.h @@ -0,0 +1,9 @@ +#ifndef _VALUE_SLICE_H_ +#define _VALUE_SLICE_H_ + +#include "slice.h" +#include "value.h" + +DEFINE_SLICE(value) + +#endif |
