sparc-sun-solaris2.10 and pthread.h fixinclude
Bruce Korb
bkorb@gnu.org
Mon Jun 23 18:06:00 GMT 2008
Yes, that's exactly right. I needed a font that distinguishes two
backslashes and a
forward slash from a backslash followed by a capitol 'V'. Sheesh! If
someone wants
to please handle that for me, I'd appreciate. Otherwise, I'll likely
take no action
until this weekend. Thanks - Bruce
On Mon, Jun 23, 2008 at 10:37 AM, Ralf Wildenhues
<Ralf.Wildenhues@gmx.de> wrote:
> * Bruce Korb wrote on Mon, Jun 23, 2008 at 05:38:25PM CEST:
>>
>> > Fixed: pixrect/memvar.h
>> > sed: command garbled:
>> /define[ ]\+PTHREAD_MUTEX_INITIALIZER[ ]*\\/,+1s/{ { 0, } }/{ { 0,
>> 0, 0, 0, 0, 0 } }/
>
> Assuming that's on one line, then \+ is not portable, neither is
> 'address,+1' for address selection. You could fix that like this:
>
> /define[ ][ ]*PTHREAD_MUTEX_INITIALIZER[ ]*\\/{
> N
> s/{ { 0, } }/{ { 0, 0, 0, 0, 0, 0 } }/
> }
>
> Cheers,
> Ralf
>
More information about the Gcc-patches
mailing list