temporarily disable offset fields

This commit is contained in:
Yuichi Nishiwaki 2016-02-06 21:18:38 +09:00
parent 497595a0f7
commit 12f999d608
1 changed files with 0 additions and 7 deletions

View File

@ -25,18 +25,11 @@ struct pic_irep {
int argc, localc, capturec;
bool varg;
union {
struct {
int code_offset;
int ints_offset;
int nums_offset;
int irep_offset;
} p;
struct {
pic_code *code;
int *ints;
double *nums;
union irep_node {
int offset;
struct pic_irep *i;
} *irep;
} s;