]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use const instead of a comment.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Sep 2014 21:52:29 +0000 (21:52 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 5 Sep 2014 21:52:29 +0000 (21:52 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2946

VEX/priv/main_main.c
VEX/pub/libvex.h

index 21889e3ef489adc7fbf851c424df097d07a10278..0322a349fe364e838a3baab95499c132d1a7a87a 100644 (file)
@@ -116,7 +116,7 @@ void LibVEX_Init (
    /* Are we supporting valgrind checking? */
    Bool valgrind_support,
    /* Control ... */
-   /*READONLY*/VexControl* vcon
+   const VexControl* vcon
 )
 {
    /* First off, do enough minimal setup so that the following
index 3019dedc1cb1667a24044cd17309bd7e869592e4..ec48002ac7363aefa4e4505a0469cc8bdea37915 100644 (file)
@@ -583,7 +583,7 @@ extern void LibVEX_Init (
    Bool valgrind_support,
 
    /* Control ... */
-   /*READONLY*/VexControl* vcon
+   const VexControl* vcon
 );