diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-15 11:27:51 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-15 11:27:51 +0000 |
commit | 3a9a9ba7ba00ef2d443ef225f942083a6a22e3f3 (patch) | |
tree | 8455fb31fb58a5d42dc52496c5d9d5aa40af6217 /embed.h | |
parent | cd5cc49dbc0e5ee748252c2da8b435855908e6d2 (diff) | |
download | perl-3a9a9ba7ba00ef2d443ef225f942083a6a22e3f3.tar.gz |
For -I, need to also unshift version and architecture libs onto @INC (RT#6665)
(20189146be79a0596543441fa369c6bf7f85103f only added the given directory.)
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3644,7 +3644,7 @@ #ifdef PERL_CORE #define parse_body(a,b) S_parse_body(aTHX_ a,b) #define run_body(a) S_run_body(aTHX_ a) -#define incpush_if_exists(a) S_incpush_if_exists(aTHX_ a) +#define incpush_if_exists(a,b) S_incpush_if_exists(aTHX_ a,b) #endif #endif #if defined(PERL_IN_PP_C) || defined(PERL_DECL_PROT) |