Re: 1.0.16 won't compile on OS X 10.4.11
[email protected] (Richard Clamp) Tue, 18 Dec 2007 09:42:56 +0000
| Newsgroups | perl.perl1.porters |
|---|---|
| Message-ID | <[email protected]> |
On 18 Dec 2007, at 09:29, Michael G Schwern wrote:
>
> I do note that the function declarations in perly.c look funny.
>
> ARG *
> mod_match(type,left,pat)
> register ARG *left;
> register ARG *pat;
> {
How quaint. I don't think that's the problem, as that's just the old
way of writing
ARG *mod_match( int type, register ARG *left, register ARG *pat );
I'm sure the problem can be fixed with the magic wand of forward
declaration, it's just a case of finding the right point to jam them in.
--
Richard Clamp <[email protected]>