]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/rbt_set.cpp
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / i18n / rbt_set.cpp
index 0999cc217735fa188be975499ec3be94a3288c7e..dbc45076baed3aba18b6e1e077b71da71d7a0c9e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 1999-2004, International Business Machines
+ *   Copyright (C) 1999-2005, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  *   Date        Name        Description
@@ -20,7 +20,7 @@
 #include "putilimp.h"
 
 U_CDECL_BEGIN
-static void U_EXPORT2 U_CALLCONV _deleteRule(void *rule) {
+static void U_CALLCONV _deleteRule(void *rule) {
     delete (U_NAMESPACE_QUALIFIER TransliterationRule *)rule;
 }
 U_CDECL_END
@@ -120,7 +120,7 @@ inline void _debugOut(const char* msg, TransliterationRule* rule,
     UnicodeString esc;
     _escape(buf, esc);
     CharString cbuf(esc);
-    printf("%s\n", (char*) cbuf);
+    printf("%s\n", (const char*) cbuf);
 }
 
 #else