mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-07 01:42:04 +00:00
[qfcc] Remove unwanted spec symbol assignments
I suspect they were once for dealing with class and typedef names in selectors, but they're confusing things now that I'm trying to rework type declarations, and I doubt they were ever actually needed.
This commit is contained in:
parent
0ea47193f2
commit
6b38fdca35
1 changed files with 0 additions and 2 deletions
|
@ -1162,7 +1162,6 @@ typespec_nonreserved
|
|||
} else {
|
||||
$$ = type_spec (&type_id);
|
||||
}
|
||||
$$.sym = $1.sym;
|
||||
}
|
||||
| CLASS_NAME protocolrefs
|
||||
{
|
||||
|
@ -1174,7 +1173,6 @@ typespec_nonreserved
|
|||
} else {
|
||||
$$ = type_spec ($1->type);
|
||||
}
|
||||
$$.sym = $1;
|
||||
}
|
||||
// NOTE: fields don't parse the way they should. This is not a problem
|
||||
// for basic types, but functions need special treatment
|
||||
|
|
Loading…
Reference in a new issue