On Tue, May 22, 2012 at 1:31 PM, Mike Stump <mikest...@comcast.net> wrote:

>>   fprintf (asm_out_file, "\t.ref %s\n",
>> -          TARGET_STRIP_NAME_ENCODING (frame_table_label));
>> +          (* targetm.strip_name_encoding) (frame_table_label));
>
> Any reason to not remove (* and )?

I wanted to be consistent with the rest of the file, which uses that style.

- David

Reply via email to