Re: [perl #23276][PATCH] Prefixing #define names

2003-08-19 Thread Vladimir Lipskiy
> -DHAVE_COMPUTED_GOTO > > So we shoudn't have any appearance of that issue, as we doesn't > ever do following > > #define HAVE_COMPUTED_GOTO ${cgoto} Nevermind. I didn't consider that a compiler set up -Dflag as flag=1.

Re: [perl #23276][PATCH] Prefixing #define names

2003-08-19 Thread Vladimir Lipskiy
Leo wrote: >>Its seems to be the #ifdef vs #if issue. In theory that issue should only occur to the JIT_CAPABLE defines and not to the HAVE_COMPUTED_GOTO ones, I seem now. Because we have three places in the Configure script where we define -DHAS_JIT in jit.pl,

Re: [perl #23276][PATCH] Prefixing #define names

2003-08-18 Thread Leopold Toetsch
Vladimir Lipskiy wrote: Doesn't compile. Its seems to be the #ifdef vs #if issue. Seems. I've fixed it. Try to compile the patch one more time, please. Compiles now but: $ make test ... # got: 'Computed goto unavailable in this configuration. # ' leo

Re: [perl #23276][PATCH] Prefixing #define names

2003-08-17 Thread Vladimir Lipskiy
> Doesn't compile. Its seems to be the #ifdef vs #if issue. Seems. I've fixed it. Try to compile the patch one more time, please. prefixing.diff Description: Binary data

Re: [perl #23276][PATCH] Prefixing #define names

2003-08-17 Thread Leopold Toetsch
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote: > This patches touches 22 files and deals with > -DHAVE_COMPUTED_GOTO > -DHAS_JIT > -DGC_IS_MALLOC Doesn't compile. Its seems to be the #ifdef vs #if issue. leo

[perl #23276][PATCH] Prefixing #define names

2003-08-16 Thread Vladimir Lipskiy
This patches touches 22 files and deals with -DHAVE_COMPUTED_GOTO -DHAS_JIT -DGC_IS_MALLOC prefixing.diff Description: Binary data