]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/parsepos.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / parsepos.h
index cdf49e04ec27c2666e7d413d0adebee4d53dc7cd..fcfd4a1fc5de8169e4f27ea790ae9e51200cb09f 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 * Copyright (C) 1997-2005, International Business Machines Corporation and others. All Rights Reserved.
 *******************************************************************************
@@ -20,6 +22,7 @@
 #include "unicode/uobject.h"
 
  
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 /**
@@ -226,5 +229,6 @@ ParsePosition::setErrorIndex(int32_t ei)
   this->errorIndex = ei;
 }
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif