diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-12-23 21:38:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-12-23 21:38:59 +0000 |
commit | 88fe16b231aae255ffd6ec9561af9af9f6edf830 (patch) | |
tree | b6af595c0746525fa76d62e9c9f4d510ef2e5a4b /proto.h | |
parent | 61f8421a3d7b1939452060412f2889c378aae8ed (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |