Skip to content

Commit

Permalink
Define an _() macro for XS backcompat
Browse files Browse the repository at this point in the history
Removing this macro (as part of c89ification) broke DBI; see RT#132347.
  • Loading branch information
arc committed Oct 22, 2017
1 parent 7870984 commit ae75e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perl.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@
#ifndef PERL_CORE
#define VOL volatile
#define CAN_PROTOTYPE
#define _(args) args
#endif

/* By compiling a perl with -DNO_TAINT_SUPPORT or -DSILENT_NO_TAINT_SUPPORT,
Expand Down

0 comments on commit ae75e3d

Please sign in to comment.