[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] last fixes for forthcoming release
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] last fixes for forthcoming release |
Date: |
Mon, 27 Feb 2006 10:11:30 +0100 (CET) |
> ftccache.h declares, around line #89
>
> FT_BASE( void ) ftc_node_destroy( ... )
>
> ftccache.c declares, around line #262
>
> FT_LOCAL_DEF( void ) ftc_node_destroy( ... )
>
> Which type is correct?
FT_LOCAL -- otherwise we have wrong linkage for C++.
Werner