* src/truetype/{ttinterp.c,ttobjs.c}: Minor.
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index e4fda00..ac3e3b7 100644
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -201,9 +201,6 @@
    *   exec ::
    *     A handle to the target execution context.
    *
-   *   memory ::
-   *     A handle to the parent memory object.
-   *
    * @Note:
    *   Only the glyph loader and debugger should call this function.
    */
diff --git a/src/truetype/ttobjs.c b/src/truetype/ttobjs.c
index c2332d8..25fdc0b 100644
--- a/src/truetype/ttobjs.c
+++ b/src/truetype/ttobjs.c
@@ -873,9 +873,6 @@
    *   size ::
    *     A handle to the size object.
    *
-   *   pedantic ::
-   *     Set if bytecode execution should be pedantic.
-   *
    * @Return:
    *   FreeType error code.  0 means success.
    */
@@ -937,9 +934,6 @@
    *   size ::
    *     A handle to the size object.
    *
-   *   pedantic ::
-   *     Set if bytecode execution should be pedantic.
-   *
    * @Return:
    *   FreeType error code.  0 means success.
    */
@@ -1050,7 +1044,7 @@
 
   /* Initialize bytecode-related fields in the size object.       */
   /* We do this only if bytecode interpretation is really needed. */
-  static FT_Error
+  FT_LOCAL_DEF( FT_Error )
   tt_size_init_bytecode( TT_Size  size,
                          FT_Bool  pedantic )
   {
@@ -1152,7 +1146,6 @@
     return error;
   }
 
-
 #endif /* TT_USE_BYTECODE_INTERPRETER */