summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-08-27 08:03:46 +0000
committerWerner Lemberg <wl@gnu.org>2006-08-27 08:03:46 +0000
commitc4c35b773dbeb444bf2848619defce03660b0e4b (patch)
tree39d3516c7611b581bfea610b230a8711865eff2b /builds
parent6aa260ce61d6567a94c47401670ba2f4c7d40005 (diff)
* builds/unix/ftconfig.in: Synchronize with main ftconfig.h.
Reported by Jens. Formatting.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/ftconfig.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/builds/unix/ftconfig.in b/builds/unix/ftconfig.in
index 6d8f1e85..8e379a8c 100644
--- a/builds/unix/ftconfig.in
+++ b/builds/unix/ftconfig.in
@@ -4,7 +4,7 @@
/* */
/* UNIX-specific configuration file (specification only). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004 by */
+/* Copyright 1996-2001, 2002, 2003, 2004, 2006 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -176,7 +176,7 @@ FT_BEGIN_HEADER
#elif defined( __GNUC__ )
- /* GCC provides the "long long" type */
+ /* GCC provides the `long long' type */
#define FT_LONG64
#define FT_INT64 long long int
@@ -243,9 +243,9 @@ FT_BEGIN_HEADER
#ifndef FT_BASE_DEF
#ifdef __cplusplus
-#define FT_BASE_DEF( x ) extern "C" x
+#define FT_BASE_DEF( x ) x
#else
-#define FT_BASE_DEF( x ) extern x
+#define FT_BASE_DEF( x ) x
#endif
#endif /* !FT_BASE_DEF */