-
Ozan Tezcan authored
In C, enum constants are `int` but currently, `type` variable in entry struct is `short`. Changed it to `int` to provide type-safety.
799754ab
In C, enum constants are `int` but currently, `type` variable in entry struct is `short`. Changed it to `int` to provide type-safety.