This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: typesafe symbols for C
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: weigelt at metux dot de, gcc-help at gcc dot gnu dot org
- Date: Mon, 3 Jan 2011 13:25:39 +0000
- Subject: Re: typesafe symbols for C
- References: <20110103053752.GA2936@nibiru.local>
On 3 January 2011 05:37, Enrico Weigelt wrote:
>
> Hi folks,
>
>
> is it somehow possible to let the C-compiler include some type
> information into symbol names (as IMHO done for C++) ?
I don't think so.
> If not, what would have to be done for that ?
Use a C++ compiler.