More typechecker police.  Hopefully this doesn't break anything.


git-svn-id: svn://svn.valgrind.org/vex/trunk@861 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/main/vex_util.h b/priv/main/vex_util.h
index 22d1e95..c71e12c 100644
--- a/priv/main/vex_util.h
+++ b/priv/main/vex_util.h
@@ -55,8 +55,8 @@
                              __PRETTY_FUNCTION__), 0)))
 
 __attribute__ ((__noreturn__))
-extern void vex_assert_fail ( const Char* expr, const Char* file,
-                              Int line, const Char* fn );
+extern void vex_assert_fail ( const HChar* expr, const HChar* file,
+                              Int line, const HChar* fn );
 __attribute__ ((__noreturn__))
 extern void vpanic ( HChar* str );
 
@@ -72,7 +72,7 @@
 
 /* String ops */
 
-extern Bool vex_streq ( const Char* s1, const Char* s2 );
+extern Bool vex_streq ( const HChar* s1, const HChar* s2 );
 
 
 /* Storage management: clear the area, and allocate from it. */