Change pr_type_size to pr_ushort_t

This commit is contained in:
Bill Currie 2020-02-23 22:25:08 +09:00
parent 7efefceee2
commit 23573953a7
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ typedef enum {
ev_type_count // not a type, gives number of types
} etype_t;
extern int pr_type_size[ev_type_count];
extern pr_ushort_t pr_type_size[ev_type_count];
extern const char *pr_type_name[ev_type_count];
#define OFS_NULL 0

View file

@ -48,7 +48,7 @@
hashtab_t *opcode_table;
VISIBLE int pr_type_size[ev_type_count] = {
VISIBLE pr_ushort_t pr_type_size[ev_type_count] = {
1, // ev_void
1, // ev_string
1, // ev_float