[qfcc] Fix a comment

This commit is contained in:
Bill Currie 2020-03-12 19:35:32 +09:00
parent bbfd498b74
commit c743583003
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ emit_ivar_list_item (def_t *def, void *data, int index)
defspace_t *space; defspace_t *space;
#if 0 #if 0
//FIXME the type is dynamic, so need a way to pass it before it cn be //FIXME the type is dynamic, so need a way to pass it before it can be
//checked //checked
if (def->type != &XXX) if (def->type != &XXX)
internal_error (0, "%s: expected XXX def", internal_error (0, "%s: expected XXX def",