summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-09 20:48:18 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-09 20:48:18 +0000
commit00e74f145ac4513e21f301b1f6ee9d0075465ab5 (patch)
tree83d05eaea8f9c9fc05f95ef9de0dd2a9a209d563 /embed.h
parentaf5683d1a11b86657bb9d3800d54c4d65ca7b5a0 (diff)
downloadperl-00e74f145ac4513e21f301b1f6ee9d0075465ab5.tar.gz
Add the madly parser. I believe that this is all the C code. Now to
find the bugs that stowed away. p4raw-id: //depot/perl@27447
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 92b175e16a..9b19829ba4 100644
--- a/embed.h
+++ b/embed.h
@@ -1794,6 +1794,7 @@
# endif
#ifdef PERL_CORE
#define madlex Perl_madlex
+#define madparse Perl_madparse
#endif
#endif
#define ck_anoncode Perl_ck_anoncode
@@ -3942,6 +3943,7 @@
# endif
#ifdef PERL_CORE
#define madlex() Perl_madlex(aTHX)
+#define madparse() Perl_madparse(aTHX)
#endif
#endif
#define ck_anoncode(a) Perl_ck_anoncode(aTHX_ a)