progs: update an old comment about type_size

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-11-12 14:02:17 +10:30
parent 6fc65c506e
commit 02795c7686
2 changed files with 4 additions and 2 deletions

View File

@ -45,6 +45,9 @@ static ddef_t *pr_globaldefs;
unsigned short pr_crc;
/*
* These are the sizes of the types enumerated in etype_t (pr_comp.h)
*/
static int type_size[8] = {
1, // ev_void
1, // ev_string

View File

@ -42,8 +42,7 @@ static ddef_t *pr_fielddefs;
static ddef_t *pr_globaldefs;
/*
* CHECK - size of types in like in pr_comp.h::etype_t?
* note differences from NQ
* These are the sizes of the types enumerated in etype_t (pr_comp.h)
*/
static int type_size[8] = {
1, // ev_void