summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-07 22:30:35 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-07 22:30:35 +0000
commit9c8a64f0ac58b372989345fe3bb6251812697259 (patch)
tree879bccaabbe1d29281b793984c1fe172c08553e0 /proto.h
parent91c7a8804c6d3adc7e73ca2956160b00f07dd6a2 (diff)
downloadperl-9c8a64f0ac58b372989345fe3bb6251812697259.tar.gz
separate options to incpush() for adding version directories and
architecture directories (from Andy Dougherty) p4raw-id: //depot/perl@5601
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index c5a29fce29..83adf587d5 100644
--- a/proto.h
+++ b/proto.h
@@ -1002,7 +1002,7 @@ STATIC void* S_Slab_Alloc(pTHX_ int m, size_t sz);
#if defined(PERL_IN_PERL_C) || defined(PERL_DECL_PROT)
STATIC void S_find_beginning(pTHX);
STATIC void S_forbid_setid(pTHX_ char *);
-STATIC void S_incpush(pTHX_ char *, int);
+STATIC void S_incpush(pTHX_ char *, int, int);
STATIC void S_init_interp(pTHX);
STATIC void S_init_ids(pTHX);
STATIC void S_init_lexer(pTHX);