summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-09 19:53:53 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-09 19:53:53 +0000
commitaf5683d1a11b86657bb9d3800d54c4d65ca7b5a0 (patch)
tree371a617cccf6f227a65010fc35060b6de34dba6d /proto.h
parent5db06880675667a071aa923bc110c33a81cc6d8a (diff)
downloadperl-af5683d1a11b86657bb9d3800d54c4d65ca7b5a0.tar.gz
It helps to run embed.pl in the correct directory. (not the symlink
tree) p4raw-id: //depot/perl@27446
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 3be37508f9..e5819ab602 100644
--- a/proto.h
+++ b/proto.h
@@ -4365,7 +4365,10 @@ STATIC char* S_skipspace1(pTHX_ char *s)
STATIC char* S_skipspace2(pTHX_ char *s, SV **sv)
__attribute__nonnull__(pTHX_1);
+STATIC void S_start_force(pTHX_ int where);
+STATIC void S_curmad(pTHX_ char slot, SV *sv);
# endif
+PERL_CALLCONV int Perl_madlex(pTHX);
#endif
END_EXTERN_C