summaryrefslogtreecommitdiffstats
path: root/bytecode/value_slice.h
blob: 09b28730b4ea50ff7ac1d79499757dd6290f200d (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _VALUE_SLICE_H_
#define _VALUE_SLICE_H_

#include "slice.h"
#include "value.h"

DEFINE_SLICE(value)

#endif