summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 2ded47780e..f4eaaee2fa 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -757,9 +757,10 @@ PERLVARI(I, ppid, IV, 0)
#endif
#ifdef PERL_MAD
-PERLVARI(I, madskills, U32, FALSE) /* preserve all syntactic info */
+PERLVARI(I, madskills, bool, FALSE) /* preserve all syntactic info */
/* (MAD = Misc Attribute Decoration) */
PERLVARI(I, jsonfp, PerlIO *, NULL)
+PERLVARI(I, madoptions, U32, 0);
#endif
#ifdef PL_OP_SLAB_ALLOC