This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc_AC_EXAMINE_OBJECT


On Fri, Mar 16, 2001 at 03:21:11PM -0800, Richard Henderson wrote:
> On Fri, Mar 16, 2001 at 03:08:18PM -0800, Zack Weinberg wrote:
> > The trouble with this is, then you won't distinguish
> >   0   0   1
> > and
> >   001
> > in od output, anymore.
> 
> Sure you will.  The former won't match [0-7][0-7][0-7] -- 
> remember that you havn't yet removed the spaces.

Point.

> > How about doing s/^[0-7]*[ 	]*/ / - replace with one blank -
> > instead?
> 
> That also works.

Why don't you make whichever change you think best, I don't have any
great preference for either fix.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]