mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 18:52:28 +00:00
Remove the function overloading FIXMEs.
It seems they were fixed a long time ago.
This commit is contained in:
parent
c68578d15d
commit
3e94869f1e
1 changed files with 0 additions and 2 deletions
|
@ -626,7 +626,6 @@ new_name
|
|||
}
|
||||
;
|
||||
|
||||
//FIXME function overloading
|
||||
var_decl
|
||||
: new_name
|
||||
{
|
||||
|
@ -649,7 +648,6 @@ var_decl
|
|||
| '(' var_decl ')' { $$ = $2; }
|
||||
;
|
||||
|
||||
//FIXME function overloading
|
||||
function_decl
|
||||
: '*' function_decl
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue