1
2#ifndef __NEO_RUBY_H_
3#define __NEO_RUBY_H_
4
5typedef struct s_hdfh {
6  HDF *hdf;
7  struct s_hdfh *parent;
8  VALUE top;
9} t_hdfh;
10
11#endif
12