- #endif
---- icuSources/common/unicode/udata.h 2010-11-23 14:49:28.000000000 -0800
-+++ build/common/unicode/udata.h 2011-12-15 22:31:10.000000000 -0800
-@@ -393,7 +393,7 @@
- /** ICU does not access the file system for data loading. */
- UDATA_NO_FILES,
- /** An alias for the default access mode. */
+ /**
+--- icuSources/common/unicode/udata.h 2012-10-01 21:42:46.000000000 -0700
++++ build/common/unicode/udata.h 2012-11-09 02:22:30.000000000 -0800
+@@ -385,10 +385,10 @@
+ typedef enum UDataFileAccess {
+ /** ICU looks for data in single files first, then in packages. (default) @stable ICU 3.4 */
+ UDATA_FILES_FIRST,
+- /** An alias for the default access mode. @stable ICU 3.4 */