]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Oops; make declarations match definitions. So much for C's type system.
authorJulian Seward <jseward@acm.org>
Fri, 9 Feb 2007 17:45:09 +0000 (17:45 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 9 Feb 2007 17:45:09 +0000 (17:45 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6580

coregrind/pub_core_options.h

index 52e84a9bc67a1d8d773e6cd8e003859e564f5894..662d9e16ef3d1af95d4f086d2bfe337102e84e88 100644 (file)
@@ -101,9 +101,9 @@ extern Int   VG_(clo_n_suppressions);
 extern Char* VG_(clo_suppressions)[VG_CLO_MAX_SFILES];
 
 /* DEBUG: print generated code?  default: 00000000 ( == NO ) */
-extern Bool  VG_(clo_trace_flags);
+extern UChar VG_(clo_trace_flags);
 /* DEBUG: do bb profiling?  default: 00000000 ( == NO ) */
-extern Bool  VG_(clo_profile_flags);
+extern UChar VG_(clo_profile_flags);
 /* DEBUG: if tracing codegen, be quiet until after this bb ( 0 ) */
 extern Int   VG_(clo_trace_notbelow);
 /* DEBUG: print system calls?  default: NO */