develooper Front page | perl.perl5.porters | Postings from September 2016

Re: [perl #129196] Segmentation fault: "evalbytes S"

Thread Previous | Thread Next
From:
Zefram
Date:
September 5, 2016 13:55
Subject:
Re: [perl #129196] Segmentation fault: "evalbytes S"
Message ID:
20160905135525.GN7097@fysh.org
Dave Mitchell wrote:
>..\toke.c(7586) : error C2105: '--' needs l-value
...
>7586: 	    UNIBRACK(-OP_ENTEREVAL);
>
>The error would seem to imply that OP_ENTEREVAL has been defined to a
>negative value,

That's not how the C preprocessor works.  Macro expansion can't paste
two adjacent "-" tokens into a "--".  In any case, the OP_ values have
never been negative.

>So I can't see what the problem is.

I too have no idea where this "--" could be coming from.

-zefram

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About