mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
[qfcc] Add to a FIXME comment
This commit is contained in:
parent
5e6832294e
commit
856761c4a9
1 changed files with 2 additions and 1 deletions
|
@ -276,7 +276,8 @@ declare_symbol (specifier_t spec, const expr_t *init, symtab_t *symtab)
|
||||||
s->type = append_type (spec.sym->type, spec.type);
|
s->type = append_type (spec.sym->type, spec.type);
|
||||||
}
|
}
|
||||||
//FIXME is_function is bad (this whole implementation of handling
|
//FIXME is_function is bad (this whole implementation of handling
|
||||||
//function prototypes is bad)
|
//function prototypes is bad), and is actually broken for function
|
||||||
|
//pointers
|
||||||
if (spec.is_function && is_func (s->type)) {
|
if (spec.is_function && is_func (s->type)) {
|
||||||
set_func_type_attrs (s->type, spec);
|
set_func_type_attrs (s->type, spec);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue