Re: 56-mying-changes.patch

2001-02-23 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> -local ($in_ac_output, $in_ac_replace) = (0, 0); Akim> +# Watchout: these guys need dynamic scope! >> Why remove the other local() though? >> Those variables also have dynamic scope :-( Akim> Hm, do they? Ok, thanks. Tom

Re: 56-mying-changes.patch

2001-02-23 Thread Akim Demaille
Tom Tromey <[EMAIL PROTECTED]> writes: > Akim> -local ($in_ac_output, $in_ac_replace) = (0, 0); > Akim> +# Watchout: these guys need dynamic scope! > > Why remove the other local() though? > Those variables also have dynamic scope :-( Hm, do they? I moved them inside the routines which

Re: 56-mying-changes.patch

2001-02-22 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> * automake.in: Mying changes. There are some things in this one I don't understand. Akim> -local ($in_ac_output, $in_ac_replace) = (0, 0); Akim> +# Watchout: these guys need dynamic scope! Akim> local (%make_list, @m

56-mying-changes.patch

2001-02-22 Thread Akim Demaille
Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in: Mying changes. Index: automake.in --- automake.in Thu, 22 Feb 2001 20:55:47 +0100 akim (am/f/39_automake.i 1.63 755) +++ automake.in Thu, 22 Feb 2001 21:06:06 +0100 akim (am/f/39_automake.i 1.63 755) @@ -2480,8 +248