]> granicus.if.org Git - icu/commitdiff
ICU-13810 Fix typo in datefmt.h macro. (#36)
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Thu, 2 Aug 2018 18:42:28 +0000 (11:42 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:37 +0000 (14:27 -0700)
icu4c/source/i18n/unicode/datefmt.h

index 3120225678f6a6863d793d6bee3d993fb50119d6..7630dc35450a8aae905d925f001abba9771bc9fd 100644 (file)
@@ -48,7 +48,7 @@ class DateTimePatternGenerator;
  * explicit template instantiation. see digitlst.h
  * (When building DLLs for Windows this is required.)
  */
-#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && not defined(U_IN_DOXYGEN)
+#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && !defined(U_IN_DOXYGEN)
 template class U_I18N_API EnumSet<UDateFormatBooleanAttribute,
             0, 
             UDAT_BOOLEAN_ATTRIBUTE_COUNT>;