git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13062
/* The name of the function of which the number of calls (under
* --basic-counts=yes) is to be counted, with default. Override with command
* line option --fnname. */
-static Char* clo_fnname = "main";
+static HChar* clo_fnname = "main";
static Bool lk_process_cmd_line_option(Char* arg)
{
static void flushEvents(IRSB* sb)
{
Int i;
- Char* helperName;
+ HChar* helperName;
void* helperAddr;
IRExpr** argv;
IRDirty* di;