This no longer errors out, presumably due to the semi-recent changes regarding
.return()
> [EMAIL PROTECTED] - Mon Mar 22 01:18:45 2004]:
>
> -
> IMCC parser chokes on empty subs. Simple test case:
>
> .sub _main
> _foo()
>
Ilya Martynov <[EMAIL PROTECTED]> wrote:
> IMCC parser chokes on empty subs. Simple test case:
> .sub _main
> _foo()
> end
> .end
> .sub _foo
for now just insert a:
noop
> .end
I can imagine that there are a lot of places, where at least one
instruction is assumed to be in t
# New Ticket Created by Ilya Martynov
# Please include the string: [perl #27833]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=27833 >
-
IMCC parser chokes