Skip to content

Commit ae75e3d

Browse files
committed
Define an _() macro for XS backcompat
Removing this macro (as part of c89ification) broke DBI; see RT#132347.
1 parent 7870984 commit ae75e3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564
#ifndef PERL_CORE
565565
#define VOL volatile
566566
#define CAN_PROTOTYPE
567+
#define _(args) args
567568
#endif
568569

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

0 commit comments

Comments
 (0)