At 12:19 PM 11/4/2001 -0500, Michael Fischer wrote:
>On Nov 04, Daniel Grunblatt <[EMAIL PROTECTED]> took up a keyboard 
>and banged out
> > First of all you miss typed:
> > -if ($c{do_opt_t} eq 'goto' and $c{cc} !~ /gcc/i ) {
> > +if ($c{do_op_t} eq 'goto' and $c{cc} !~ /cc/i ) {
>
>hmm. Thats not what my diff has. Point is, if you chose
>'goto', $c{cc} /isn't/ gcc, there's a problem. $c{cc} is
>just whatever you compiled perl5 with, I believe.
Perhaps we need a configure probe to see if a compiler does computed gotos. 
Just because it's always gcc now doesn't mean it won't be in other 
compilers later.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to