//
// 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
#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
#define RBBIDebugPrintf printf
#define RBBIDebugPuts puts
#else
-inline void RBBIDebugPrintf(...) {}
+#undef RBBIDebugPrintf
#define RBBIDebugPuts(arg)
#endif