Date: Tue, 17 Feb 1998 17:26:59 +0200 (IST) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: djgpp-workers AT delorie DOT com Subject: Re: open patch for share flags In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 17 Feb 1998, Salvador Eduardo Tropea (SET) wrote: > Yes if we want to use the same way that was used for __crt0... flags, no if the > user assigns the value in main (that's what I make). > What's the better? I think it is better to let the user say "int share_flags=whatever" outside any function, because this is more flexible. So I think the variable should be in a separate module in the library.