Date: Mon, 21 Aug 2000 20:05:31 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: lauras AT softhome DOT net Message-Id: <8632-Mon21Aug2000200531+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp-workers AT delorie DOT com In-reply-to: <39A14AC6.27459D60@softhome.net> (message from Laurynas Biveinis on Mon, 21 Aug 2000 17:29:10 +0200) Subject: Re: Patch: symlinks to programs References: <39A1181F DOT C25823B3 AT softhome DOT net> <9791-Mon21Aug2000174639+0300-eliz AT is DOT elta DOT co DOT il> <39A14AC6 DOT 27459D60 AT softhome DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Mon, 21 Aug 2000 17:29:10 +0200 > From: Laurynas Biveinis > > > > - argv[0] = unconst(program, char *); /* since that's where we really found it */ > > > + argv[0] = unconst(program, char *); > > > > Please don't remove existing comments unless you have a very good > > reason for that. > > I've removed this comment, because `program' does not mean 'where we > _really_ found it' now; it might be a symlink. It is still the full pathname of the program, albeit not the same file as what the user specified. > > > RCS file: args.c > > > diff -N args.c > > > You didn't really mean that, did you? > > You mean, addition of this file, right? It was added on purpose: > it is used together with testsuite: Sorry, I missed the fact that it was under tests. I don't have any further comments.