- #endif
---- icuSources/common/unicode/udata.h 2010-03-10 16:47:27.000000000 -0800
-+++ build/common/unicode/udata.h 2010-04-21 15:11:11.000000000 -0700
-@@ -393,7 +393,7 @@
- /** ICU does not access the file system for data loading. */
- UDATA_NO_FILES,
- /** An alias for the default access mode. */
+ /**
+--- ./common/unicode/udata.h 2016-03-10 15:38:06.000000000 -0800
++++ ./common/unicode/udata.h 2016-03-29 15:23:07.000000000 -0700
+@@ -399,10 +399,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 */