summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-17 22:04:56 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-17 22:04:56 +0000
commitaac018bb00282d5a72a5c5b4d95935b9eb667bcc (patch)
treefd84759f0eadaaff7dd4a9f33c3aa3d9f434a2c5 /intrpvar.h
parentc9907023d869893333355372c9385acf6c758809 (diff)
downloadperl-aac018bb00282d5a72a5c5b4d95935b9eb667bcc.tar.gz
Fix the bug introduced with MRO, whereby the internals were not saving
lines in subroutines defined inside eval ""s for the debugger. p4raw-id: //depot/perl@34873
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index e5c9e3bed1..ac50f84882 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -677,6 +677,8 @@ PERLVARI(Idestroyhook, destroyable_proc_t, MEMBER_TO_FPTR(Perl_sv_destroyable))
PERLVARI(Isv_serial, U32, 0) /* SV serial number, used in sv.c */
#endif
+PERLVARI(Ibreakable_sub_generation, U32, 0)
+
/* If you are adding a U8 or U16, check to see if there are 'Space' comments
* above on where there are gaps which currently will be structure padding. */