summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2013-06-22 18:16:36 +0200
committerYves Orton <demerphq@gmail.com>2013-06-22 18:19:52 +0200
commit337ff3078c4082e843af19536e11f70d3d14bfe9 (patch)
treed4ccd9328e88abe69772d4b945e14519dd98e8af /embed.h
parent80e09529483332d99472e6944c1f7b1abc89c89c (diff)
downloadperl-337ff3078c4082e843af19536e11f70d3d14bfe9.tar.gz
Show intflags as well as extflags
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index f2003af30a..8637471306 100644
--- a/embed.h
+++ b/embed.h
@@ -878,6 +878,7 @@
#define dumpuntil(a,b,c,d,e,f,g,h) S_dumpuntil(aTHX_ a,b,c,d,e,f,g,h)
#define put_byte(a,b) S_put_byte(aTHX_ a,b)
#define regdump_extflags(a,b) S_regdump_extflags(aTHX_ a,b)
+#define regdump_intflags(a,b) S_regdump_intflags(aTHX_ a,b)
#define regtail_study(a,b,c,d) S_regtail_study(aTHX_ a,b,c,d)
# endif
# if defined(PERL_IN_REGEXEC_C)