summaryrefslogtreecommitdiff
path: root/include/freetype/ftmac.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-02-08 08:54:09 +0000
committerWerner Lemberg <wl@gnu.org>2007-02-08 08:54:09 +0000
commitdcbb708e7addcf312607f7814c4052c1964b348f (patch)
tree1a3c3588a91f5dfdcde2ed940b5442bd9ae85650 /include/freetype/ftmac.h
parent8f47453b6a466d32de347de527b350129975b4cc (diff)
downloadfreetype2-dcbb708e7addcf312607f7814c4052c1964b348f.tar.gz
formatting, copyright years
Diffstat (limited to 'include/freetype/ftmac.h')
-rw-r--r--include/freetype/ftmac.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/include/freetype/ftmac.h b/include/freetype/ftmac.h
index fc4f6bca6..3c6fafe55 100644
--- a/include/freetype/ftmac.h
+++ b/include/freetype/ftmac.h
@@ -4,7 +4,7 @@
/* */
/* Additional Mac-specific API. */
/* */
-/* Copyright 1996-2001, 2004, 2006 by */
+/* Copyright 1996-2001, 2004, 2006, 2007 by */
/* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -35,10 +35,11 @@
FT_BEGIN_HEADER
-/* gcc-3.4.1 and later can warn the functions attributed as deprecated */
+/* gcc-3.4.1 and later can warn about functions tagged as deprecated */
#ifndef FT_DEPRECATED_ATTRIBUTE
-#if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
-#define FT_DEPRECATED_ATTRIBUTE __attribute__((deprecated))
+#if defined(__GNUC__) && \
+ ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
+#define FT_DEPRECATED_ATTRIBUTE __attribute__((deprecated))
#else
#define FT_DEPRECATED_ATTRIBUTE
#endif
@@ -115,10 +116,10 @@ FT_BEGIN_HEADER
/* Bold). */
/* */
/* <Output> */
- /* pathSpec :: FSSpec to the file. For passing to */
+ /* pathSpec :: FSSpec to the file. For passing to */
/* @FT_New_Face_From_FSSpec. */
/* */
- /* face_index :: Index of the face. For passing to */
+ /* face_index :: Index of the face. For passing to */
/* @FT_New_Face_From_FSSpec. */
/* */
/* <Return> */
@@ -172,8 +173,8 @@ FT_BEGIN_HEADER
/* fontName :: Mac OS name of the font in ATS framework. */
/* */
/* <Output> */
- /* path :: Buffer to store pathname of the file. For passing */
- /* to @FT_New_Face. The client must allocate this */
+ /* path :: Buffer to store pathname of the file. For passing */
+ /* to @FT_New_Face. The client must allocate this */
/* buffer before calling this function. */
/* */
/* maxPathSize :: Lengths of the buffer `path' that client allocated. */