Use int instead of short for entry type (#153)
In C, enum constants are `int` but currently, `type` variable in entry struct is `short`. Changed it to `int` to provide type-safety.
Please register or sign in to comment
In C, enum constants are `int` but currently, `type` variable in entry struct is `short`. Changed it to `int` to provide type-safety.