summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-12-23 21:38:59 +0000
committerNicholas Clark <nick@ccl4.org>2004-12-23 21:38:59 +0000
commit88fe16b231aae255ffd6ec9561af9af9f6edf830 (patch)
treeb6af595c0746525fa76d62e9c9f4d510ef2e5a4b /proto.h
parent61f8421a3d7b1939452060412f2889c378aae8ed (diff)
downloadperl-88fe16b231aae255ffd6ec9561af9af9f6edf830.tar.gz
Relocatable @INC entries for Unix.
(With appropriate fixups in Config.pm to complete the illusion) Currently can only be enabled with hackery to config.sh TODO - proper Configure support, and support for otherlibdirs in Config.pm p4raw-id: //depot/perl@23674
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 066774c66e..9a3cf4df54 100644
--- a/proto.h
+++ b/proto.h
@@ -991,7 +991,7 @@ PERL_CALLCONV void Perl_Slab_Free(pTHX_ void *op);
#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, int, int);
+STATIC void S_incpush(pTHX_ char *, int, int, int, int);
STATIC void S_init_interp(pTHX);
STATIC void S_init_ids(pTHX);
STATIC void S_init_lexer(pTHX);