summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-03-24 12:46:49 +0000
committerWerner Lemberg <wl@gnu.org>2006-03-24 12:46:49 +0000
commitaf16820a125c4224462ab833bbf84ce2abb59d22 (patch)
tree185d3b36600f24c8984ca0cf3ba5b5cc0054d19f /devel
parente0dd18fc794ec14de122d46fd59dc0cf7e307008 (diff)
downloadfreetype2-af16820a125c4224462ab833bbf84ce2abb59d22.tar.gz
Normalize quotation to `...'.
Diffstat (limited to 'devel')
-rw-r--r--devel/ft2build.h8
-rw-r--r--devel/ftoption.h16
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/ft2build.h b/devel/ft2build.h
index 242ac1e85..c1d38c35a 100644
--- a/devel/ft2build.h
+++ b/devel/ft2build.h
@@ -5,7 +5,7 @@
/* FreeType 2 build and setup macros. */
/* (Generic version) */
/* */
-/* Copyright 1996-2001, 2003 by */
+/* Copyright 1996-2001, 2003, 2006 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -20,12 +20,12 @@
/*
* This is a development version of <ft2build.h> that is used
* to build the library in debug mode. Its only difference with
- * the reference is that it forces the use of the local "ftoption.h"
+ * the reference is that it forces the use of the local `ftoption.h'
* which contains different settings for all configuration macros.
*
* To use it, you must define the environment variable FT2_BUILD_INCLUDE
- * to point to the directory containing these two files ("ft2build.h" and
- * "ftoption.h"), then invoke Jam as usual.
+ * to point to the directory containing these two files (`ft2build.h' and
+ * `ftoption.h'), then invoke Jam as usual.
*/
#ifndef __FT2_BUILD_DEVEL_H__
diff --git a/devel/ftoption.h b/devel/ftoption.h
index da3559a5c..5435f84e2 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -38,22 +38,22 @@ FT_BEGIN_HEADER
/* library from a single source directory. */
/* */
/* - You can put a copy of this file in your build directory, more */
- /* precisely in "$BUILD/freetype/config/ftoption.h", where "$BUILD" */
+ /* precisely in `$BUILD/freetype/config/ftoption.h', where `$BUILD' */
/* is the name of a directory that is included _before_ the FreeType */
/* include path during compilation. */
/* */
/* The default FreeType Makefiles and Jamfiles use the build */
- /* directory "builds/<system>" by default, but you can easily change */
+ /* directory `builds/<system>' by default, but you can easily change */
/* that for your own projects. */
/* */
- /* - Copy the file <ft2build.h> to "$BUILD/ft2build.h" and modify it */
+ /* - Copy the file <ft2build.h> to `$BUILD/ft2build.h' and modify it */
/* slightly to pre-define the macro FT_CONFIG_OPTIONS_H used to */
/* locate this file during the build. For example, */
/* */
/* #define FT_CONFIG_OPTIONS_H <myftoptions.h> */
/* #include <freetype/config/ftheader.h> */
/* */
- /* will use "$BUILD/myftoptions.h" instead of this file for macro */
+ /* will use `$BUILD/myftoptions.h' instead of this file for macro */
/* definitions. */
/* */
/* Note also that you can similarly pre-define the macro */
@@ -89,7 +89,7 @@ FT_BEGIN_HEADER
/* building the library. */
/* */
/* ObNote: The compiler-specific 64-bit integers are detected in the */
- /* file "ftconfig.h" either statically or through the */
+ /* file `ftconfig.h' either statically or through the */
/* `configure' script on supported platforms. */
/* */
#undef FT_CONFIG_OPTION_FORCE_INT64
@@ -100,7 +100,7 @@ FT_BEGIN_HEADER
/* LZW-compressed file support. */
/* */
/* FreeType now handles font files that have been compressed with the */
- /* 'compress' program. This is mostly used to parse many of the PCF */
+ /* `compress' program. This is mostly used to parse many of the PCF */
/* files that come with various X11 distributions. The implementation */
/* uses NetBSD's `zopen' to partially uncompress the file on the fly */
/* (see src/lzw/ftgzip.c). */
@@ -115,7 +115,7 @@ FT_BEGIN_HEADER
/* Gzip-compressed file support. */
/* */
/* FreeType now handles font files that have been compressed with the */
- /* 'gzip' program. This is mostly used to parse many of the PCF files */
+ /* `gzip' program. This is mostly used to parse many of the PCF files */
/* that come with XFree86. The implementation uses `zlib' to */
/* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */
/* */
@@ -328,7 +328,7 @@ FT_BEGIN_HEADER
/* should define FT_DEBUG_MEMORY here. */
/* */
/* Note that the memory debugger is only activated at runtime when */
- /* when the _environment_ variable "FT2_DEBUG_MEMORY" is defined also! */
+ /* when the _environment_ variable `FT2_DEBUG_MEMORY' is defined also! */
/* */
/* Do not #undef this macro here since the build system might define */
/* it for certain configurations only. */