On Sun, 2008-07-27 at 13:13 +0200, Reini Urban wrote:
> +    stat $I0, conf_file, 0
> +    if $I0 goto conf
> +    
> +    # If installed into /usr/lib/parrot, not /usr/runtime/parrot
> +    # This logic has to be reversed when installed versions should
> run faster
> +    # than source builds.

Reverse it now; we'll never remember to get back to this in the future.

> +    conf_file = interpinfo .INTERPINFO_RUNTIME_PREFIX
> +    conf_file .= "/lib/parrot/include/config.fpmc"
> +conf:

> +    name = interpinfo .INTERPINFO_RUNTIME_PREFIX
> +    concat name, "lib/parrot/dynext/"
>      concat name, request

Since we're using PIR in both places, we should probably use the .=
sugar in both places.  Yes, I know the second file has some 'concat's in
it already.  Here's an opportunity to fix that.  :-)


-'f


Reply via email to