> One yet more:
> 
> @@ -141,5 +86,9 @@
>       // }
>  
>  
> -     OP* o;
> +     SV *tvs =  newSVpvs( "ScalarHistory" );
> +     SV *tva =  newSVpvs( "ArrayHistory"  );
> +     SV *tvh =  newSVpvs( "HashHistory"   );
> +
> +     OP *o;
>       while( PL_op ) {

What version of Git are you using?

The current version gives me this:

diff --git a/f b/f
index 30a292bbd..fa1e98292 100644
--- a/f
+++ b/f
@@ -1,5 +1,9 @@
        // }
 
 
+       SV *tvs =  newSVpvs( "ScalarHistory" );
+       SV *tva =  newSVpvs( "ArrayHistory"  );
+       SV *tvh =  newSVpvs( "HashHistory"   );
+
        OP* o;
        while( PL_op ) {

Reply via email to