Revision: 3651 http://trac.macosforge.org/projects/ruby/changeset/3651 Author: lsansonetti@apple.com Date: 2010-02-27 02:33:02 -0800 (Sat, 27 Feb 2010) Log Message: ----------- remove a duplicated constant Modified Paths: -------------- MacRuby/branches/icu/encoding.h Modified: MacRuby/branches/icu/encoding.h =================================================================== --- MacRuby/branches/icu/encoding.h 2010-02-27 10:10:46 UTC (rev 3650) +++ MacRuby/branches/icu/encoding.h 2010-02-27 10:33:02 UTC (rev 3651) @@ -154,7 +154,6 @@ #define STRING_HAS_SUPPLEMENTARY 0x020 #define STRING_HAS_SUPPLEMENTARY_SET 0x010 -#define STRING_ASCII_ONLY 0x008 #define STRING_ASCII_ONLY_SET 0x010 #define STRING_ASCII_ONLY 0x008 #define STRING_VALID_ENCODING_SET 0x004
participants (1)
-
source_changes@macosforge.org