ludovic.cour...@inria.fr (Ludovic Courtès) writes:
>>> ‘c-common.h’ lacks this declaration:
>>>
>>> extern tree xref_tag (enum tree_code code, tree name);
>>>
>>> AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
>>> tag.
>>>
>>> Unfortunately, declares a different ‘xref_
Hi,
Ian Lance Taylor writes:
> ludovic.cour...@inria.fr (Ludovic Courtès) writes:
>
>> ‘c-common.h’ lacks this declaration:
>>
>> extern tree xref_tag (enum tree_code code, tree name);
>>
>> AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
>> tag.
>>
>> Unfortunately,
ludovic.cour...@inria.fr (Ludovic Courtès) writes:
> Ian Lance Taylor writes:
>
>> ludovic.cour...@inria.fr (Ludovic Courtès) writes:
>>
> extern tree xref_tag (enum tree_code code, tree name);
>
> AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
> tag.
>
Ian Lance Taylor writes:
> ludovic.cour...@inria.fr (Ludovic Courtès) writes:
>
extern tree xref_tag (enum tree_code code, tree name);
AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
tag.
Unfortunately, declares a different ‘xref_tag’ func
ludovic.cour...@inria.fr (Ludovic Courtès) writes:
>>> extern tree xref_tag (enum tree_code code, tree name);
>>>
>>> AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
>>> tag.
>>>
>>> Unfortunately, declares a different ‘xref_tag’ function,
>>> so it seems that the above
Hi,
Ian Lance Taylor writes:
> ludovic.cour...@inria.fr (Ludovic Courtès) writes:
>
>> ‘c-common.h’ lacks this declaration:
>>
>> extern tree xref_tag (enum tree_code code, tree name);
>>
>> AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
>> tag.
>>
>> Unfortunately,
ludovic.cour...@inria.fr (Ludovic Courtès) writes:
> ‘c-common.h’ lacks this declaration:
>
> extern tree xref_tag (enum tree_code code, tree name);
>
> AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
> tag.
>
> Unfortunately, declares a different ‘xref_tag’ function,
>
Hello,
‘c-common.h’ lacks this declaration:
extern tree xref_tag (enum tree_code code, tree name);
AFAICS it makes it impossible for plug-ins to lookup a struct/union/enum
tag.
Unfortunately, declares a different ‘xref_tag’ function,
so it seems that the above declaration cannot just be adde