Remove the function overloading FIXMEs.

It seems they were fixed a long time ago.
This commit is contained in:
Bill Currie 2012-12-18 15:19:26 +09:00
parent c68578d15d
commit 3e94869f1e

View file

@ -626,7 +626,6 @@ new_name
} }
; ;
//FIXME function overloading
var_decl var_decl
: new_name : new_name
{ {
@ -649,7 +648,6 @@ var_decl
| '(' var_decl ')' { $$ = $2; } | '(' var_decl ')' { $$ = $2; }
; ;
//FIXME function overloading
function_decl function_decl
: '*' function_decl : '*' function_decl
{ {