This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Etta James presents: More consting
[perl5.git] / cop.h
diff --git a/cop.h b/cop.h
index f1a51fd..6672a53 100644 (file)
--- a/cop.h
+++ b/cop.h
@@ -679,7 +679,7 @@ typedef struct stackinfo PERL_SI;
 #define POPSTACK \
     STMT_START {                                                       \
        dSP;                                                            \
-       PERL_SI *prev = PL_curstackinfo->si_prev;                       \
+       PERL_SI * const prev = PL_curstackinfo->si_prev;                \
        if (!prev) {                                                    \
            PerlIO_printf(Perl_error_log, "panic: POPSTACK\n");         \
            my_exit(1);                                                 \