mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qfcc] Fix a comment
This commit is contained in:
parent
bbfd498b74
commit
c743583003
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ emit_ivar_list_item (def_t *def, void *data, int index)
|
|||
defspace_t *space;
|
||||
|
||||
#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
|
||||
if (def->type != &XXX)
|
||||
internal_error (0, "%s: expected XXX def",
|
||||
|
|
Loading…
Reference in a new issue