]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/rbbirb.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / common / rbbirb.h
index 0e0aba0ae16765cc78d6517470e0d18d0425113d..d7a5383606cd2393913ed367e67b9ef66904d95d 100644 (file)
@@ -1,7 +1,7 @@
 //
 //  rbbirb.h
 //
-//  Copyright (C) 2002-2004, International Business Machines Corporation and others.
+//  Copyright (C) 2002-2005, International Business Machines Corporation and others.
 //  All Rights Reserved.
 //
 //  This file contains declarations for several classes from the
@@ -84,7 +84,7 @@ public:
 #else
     // A do-nothing inline function for non-debug builds.  Member funcs can't be empty
     //  or the call sites won't compile.
-    int  fFakeField;
+    int32_t fFakeField;
     #define rbbiSymtablePrint() fFakeField=0; 
 #endif
 
@@ -200,7 +200,7 @@ struct RBBISetTableEl {
 #define RBBIDebugPrintf printf
 #define RBBIDebugPuts puts
 #else
-inline void RBBIDebugPrintf(...) {}
+#undef RBBIDebugPrintf 
 #define RBBIDebugPuts(arg)
 #endif