diff -r 38e8ef00316e -r afcdb712a9c5 jdk/src/share/native/sun/font/layout/AlternateSubstSubtables.cpp --- a/jdk/src/share/native/sun/font/layout/AlternateSubstSubtables.cpp Mon Sep 28 11:52:22 2009 -0700 +++ b/jdk/src/share/native/sun/font/layout/AlternateSubstSubtables.cpp Tue Sep 29 14:06:13 2009 -0700 @@ -37,6 +37,8 @@ #include "GlyphIterator.h" #include "LESwaps.h" +U_NAMESPACE_BEGIN + le_uint32 AlternateSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const { // NOTE: For now, we'll just pick the first alternative... @@ -64,3 +66,5 @@ return 0; } + +U_NAMESPACE_END