]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/uconfig.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / uconfig.h
index 284dee7eeb957d888053f9be921c8741ae79d0ca..cbe860f7c2c9a6dcf92ddae4ba1b48f323167048 100644 (file)
@@ -86,6 +86,7 @@
 /**
  * \def U_DISABLE_RENAMING
  * Determines whether to disable renaming or not.
+ * (Apple modifies the default to be 1, not 0)
  * @internal
  */
 #ifndef U_DISABLE_RENAMING
 /**
  * \def UCONFIG_NO_SERVICE
  * This switch turns off service registration.
+ * (Apple modifies the default to be 1, not 0)
  *
  * @stable ICU 3.2
  */
 #   define UCONFIG_NO_FILTERED_BREAK_ITERATION 0
 #endif
 
-#endif
+#endif  // __UCONFIG_H__