summaryrefslogtreecommitdiff
path: root/perl_inc_macro.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows build failure introduced by 7d00a3405cSteve Hay2017-11-141-1/+4
|
* Introduce macros to simplify @INC settingNicolas R2017-11-131-0/+190
Distro trends to customize @INC, and to maintain patches to change the order of @INC or add custom entries. The goal of this patch is to abstract calls to 'S_incpush_use_sep' and simplify reordering @INC. This commit makes the code from perl.c more comfortable to read by introducing several 'INCPUSH_*' macros for every 'S_incpush_use_sep' call so we can easily reorder them.