Attribute type hack.

This commit is contained in:
Martin Mares 2000-04-12 13:55:30 +00:00
parent 10a5360886
commit 66d573d490

View file

@ -24,7 +24,7 @@ struct f_inst *
f_new_dynamic_attr(int type, int code)
{
struct f_inst *f = f_new_inst();
f->aux = type;
f->aux = T_PATH; /* type; HACK!!! */
f->a2.i = code;
return f;
}