Re: ‘xref_tag’ lacks a public declaration

2011-03-17 Thread Ian Lance Taylor
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_

Re: ‘xref_tag’ lacks a public declaration

2011-03-17 Thread Ludovic Courtès
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,

Re: ‘xref_tag’ lacks a public declaration

2011-03-16 Thread Ian Lance Taylor
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. >

Re: ‘xref_tag’ lacks a public declaration

2011-03-16 Thread Ludovic Courtès
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

Re: ‘xref_tag’ lacks a public declaration

2011-03-16 Thread Ian Lance Taylor
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

Re: ‘xref_tag’ lacks a public declaration

2011-03-16 Thread Ludovic Courtès
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,

Re: ‘xref_tag’ lacks a public declaration

2011-03-16 Thread Ian Lance Taylor
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, >

‘xref_tag’ lacks a public declaration

2011-03-16 Thread Ludovic Courtès
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