| 172 | | * [https://github.com/parrot/parrot/blob/master/src/call/args.c#L1161 src/call/args.c:1161][[br]] |
| 173 | | {{{ |
| 174 | | #!html |
| 175 | | <div class='wikipage' style='font-family: Consolas,Lucida Console,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace;'> /* The 'return' above is a temporary <strong>hack</strong> to duplicate an old<br> |
| 176 | | * bug, and will be replaced by the exception below at the next<br> |
| 177 | | * deprecation point, see TT #1103<br> |
| 178 | | <br> |
| 179 | | Parrot_ex_throw_from_c_args(interp, NULL,<br> |
| 180 | | EXCEPTION_INVALID_OPERATION,<br> |
| 181 | | "too many named arguments: %d passed, 0 used",<br> |
| 182 | | named_arg_count);<br> |
| 183 | | */<br> |
| 184 | | </div> |
| 185 | | }}} |
| 186 | | |