summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorLAUN Wolfgang <wolfgang.laun@alcatel.at>2003-03-17 14:55:37 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2003-03-17 17:16:44 +0000
commit497043642ba2050cd87b28b50f6a01a0f50d0e90 (patch)
tree6e6216b18b1dc8976aebbf1154176b1d094accf7 /proto.h
parent1ba7855cf16acea00cbf0cf8bbc7fbe37b8ac919 (diff)
downloadperl-497043642ba2050cd87b28b50f6a01a0f50d0e90.tar.gz
pack changes and related fixes
Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4> p4raw-id: //depot/perl@19010
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index e013aaf5ca..5a5e0bd703 100644
--- a/proto.h
+++ b/proto.h
@@ -1096,14 +1096,16 @@ STATIC U32 S_seed(pTHX);
#endif
#if defined(PERL_IN_PP_PACK_C) || defined(PERL_DECL_PROT)
-STATIC void S_doencodes(pTHX_ SV* sv, char* s, I32 len);
+STATIC I32 S_unpack_rec(pTHX_ tempsym_t* symptr, char *s, char *strbeg, char *strend, char **new_s);
+STATIC SV ** S_pack_rec(pTHX_ SV *cat, tempsym_t* symptr, SV **beglist, SV **endlist);
STATIC SV* S_mul128(pTHX_ SV *sv, U8 m);
+STATIC I32 S_measure_struct(pTHX_ tempsym_t* symptr);
+STATIC char * S_group_end(pTHX_ char *pat, char *patend, char ender);
+STATIC char * S_get_num(pTHX_ char *ppat, I32 *);
+STATIC bool S_next_symbol(pTHX_ tempsym_t* symptr);
+STATIC void S_doencodes(pTHX_ SV* sv, char* s, I32 len);
STATIC SV* S_is_an_int(pTHX_ char *s, STRLEN l);
STATIC int S_div128(pTHX_ SV *pnum, bool *done);
-STATIC char * S_next_symbol(pTHX_ char *pat, char *patend);
-STATIC I32 S_find_count(pTHX_ char **ppat, char *patend, int *star);
-STATIC char * S_group_end(pTHX_ char *pat, char *patend, char ender);
-STATIC I32 S_measure_struct(pTHX_ char *pat, char *patend);
#endif
#if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT)