|
From: <sv...@va...> - 2007-02-09 17:45:19
|
Author: sewardj Date: 2007-02-09 17:45:09 +0000 (Fri, 09 Feb 2007) New Revision: 6580 Log: Oops; make declarations match definitions. So much for C's type system. Modified: trunk/coregrind/pub_core_options.h Modified: trunk/coregrind/pub_core_options.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/pub_core_options.h 2007-02-09 02:37:11 UTC (rev 6579) +++ trunk/coregrind/pub_core_options.h 2007-02-09 17:45:09 UTC (rev 6580) @@ -101,9 +101,9 @@ extern Char* VG_(clo_suppressions)[VG_CLO_MAX_SFILES]; =20 /* DEBUG: print generated code? default: 00000000 ( =3D=3D NO ) */ -extern Bool VG_(clo_trace_flags); +extern UChar VG_(clo_trace_flags); /* DEBUG: do bb profiling? default: 00000000 ( =3D=3D 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 */ |