Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <199903161831.KAA20883@shell4.ba.best.com>
Subject: Re: Bash 3.02 (w/small patch)
In-Reply-To: <990315160647.AA14489.SM@nike.ins.cwru.edu> from Chet Ramey at "Mar 15, 99 11:06:47 am"
To: chet@po.cwru.edu
Date: Tue, 16 Mar 1999 13:31:20 -0500 (EST)
Cc: cygwin@sourceware.cygnus.com
From: Glenn Spell <glenn@gs.fay.nc.us>
Reply-To: glenn@gs.fay.nc.us (Glenn Spell)
Organization: the aerie
X-Mailer: ELM [version 2.4ME+ PL38 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Chet Ramey wrote:
> >  /* Default primary and secondary prompt strings. */
> > -#define PPROMPT "\\s-\\v\\$ "
> > +#if defined (PROMPT_STRING_DECODE)
> > +#  define PPROMPT "\\s-\\v\\$ "
> > +#endif
> 
> This is unnecessary.  Look at config-bot.h.  If PROMPT_STRING_DECODE
> is not defined, PPROMPT is redefined to "$ ".

You're right, of course. However, the purpose of that change is to
eliminate the redefining. Is there any reason not to do so?

Egcs issues warnings on redefinitions. Since this one is in
config.h there are just too many warnings... it's distracting.

On the other hand, thanks for the nice package.

-glenn

-- 
            Glenn Spell <glenn@gs.fay.nc.us>
         Fayetteville, North Carolina, U. S. A.
  ____________________________________________________
  ... blue skies ... happy trails ... sweet dreams ...

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

