Use EAF_ORIGINATED as mj wanted. mj: check this!
This commit is contained in:
parent
9c400ec9dd
commit
991c36b509
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ interpret(struct f_inst *what)
|
||||||
l->flags = EALF_SORTED;
|
l->flags = EALF_SORTED;
|
||||||
l->count = 1;
|
l->count = 1;
|
||||||
l->attrs[0].id = what->a2.i;
|
l->attrs[0].id = what->a2.i;
|
||||||
l->attrs[0].flags = 0;
|
l->attrs[0].flags = EAF_ORIGINATED;
|
||||||
l->attrs[0].type = what->aux;
|
l->attrs[0].type = what->aux;
|
||||||
switch (what->aux & EAF_TYPE_MASK) {
|
switch (what->aux & EAF_TYPE_MASK) {
|
||||||
case EAF_TYPE_INT:
|
case EAF_TYPE_INT:
|
||||||
|
|
Loading…
Reference in a new issue