Adapt alpha_assert fix to recent Tru64 UNIX V5.1
Rainer Orth
ro@CeBiTec.Uni-Bielefeld.DE
Wed Mar 31 10:29:00 GMT 2010
Hi Bruce,
> This won't be what you expect. Single quoted strings won't get "cooked".
> So, the characters skipped will be spaces and quoted 't'-s.
doh: I keep forgetting about that.
> So, use one of the following:
>> + select = '(# *define assert\(EX\).*)\(\(int\) \(EX\)\)';
>> + select = "(#[ \t]*" 'define assert\(EX\).*)\(\(int\) \(EX\)\)';
I've used the second variant. Committed after retesting.
Thanks.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
More information about the Gcc-patches
mailing list