diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-09 20:48:18 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-09 20:48:18 +0000 |
commit | 00e74f145ac4513e21f301b1f6ee9d0075465ab5 (patch) | |
tree | 83d05eaea8f9c9fc05f95ef9de0dd2a9a209d563 /proto.h | |
parent | af5683d1a11b86657bb9d3800d54c4d65ca7b5a0 (diff) | |
download | perl-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 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4369,6 +4369,7 @@ STATIC void S_start_force(pTHX_ int where); STATIC void S_curmad(pTHX_ char slot, SV *sv); # endif PERL_CALLCONV int Perl_madlex(pTHX); +PERL_CALLCONV int Perl_madparse(pTHX); #endif END_EXTERN_C |