mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
[qfcc] Use correct meta for zerolinker test
Still fails, of course :)
This commit is contained in:
parent
869efa7239
commit
1cd7bd2bf0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ main (void)
|
|||
for (type = encodings.types;
|
||||
((int *)type - (int *) encodings.types) < encodings.size;
|
||||
type = next_type (type)) {
|
||||
if (type.meta == ty_struct) {
|
||||
if (type.meta == ty_union) {
|
||||
if (type.t.strct.tag == "tag @param") {
|
||||
found_param = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue