[raccess] Hide raccess_rule_by_darwin_vfs() on native Mac OS X.

* src/base/ftrfork.c (raccess_rule_by_darwin_vfs): Do not
compile on native Mac OS X because it is not used.
This commit is contained in:
suzuki toshiya 2011-10-30 12:31:03 +09:00
parent f4ec60fdb8
commit dbe330bca9
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2011-10-30 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
[raccess] Hide raccess_rule_by_darwin_vfs() on native Mac OS X.
* src/base/ftrfork.c (raccess_rule_by_darwin_vfs): Do not
compile on native Mac OS X because it is not used.
2011-10-25 Werner Lemberg <wl@gnu.org>
[truetype] Fix MD instruction for twilight zone.

View File

@ -427,6 +427,7 @@
}
#if !defined( FT_MACINTOSH ) || defined( DARWIN_NO_CARBON )
FT_LOCAL_DEF( FT_Bool )
raccess_rule_by_darwin_vfs( FT_UInt rule_index )
{
@ -440,6 +441,7 @@
return FALSE;
}
}
#endif
static FT_Error