Small improvement.

This commit is contained in:
Werner Lemberg 2000-09-01 05:35:49 +00:00
parent 80c2a6ec1d
commit 4222466667
1 changed files with 4 additions and 7 deletions

View File

@ -175,13 +175,6 @@
#endif /* FT_MAKE_OPTION_SINGLE_OBJECT */
#ifdef __cplusplus
#define LOCAL_VAR extern "C"
#else
#define LOCAL_VAR extern
#endif
#ifndef BASE_DEF
#ifdef __cplusplus
@ -245,12 +238,16 @@
/* */
#ifdef __cplusplus
#define LOCAL_VAR extern "C"
#define LOCAL_FUNC_X extern "C"
#define FT_CPLUSPLUS( x ) extern "C" x
#else
#define LOCAL_VAR extern
#define LOCAL_FUNC_X static
#define FT_CPLUSPLUS( x ) x