Skip to content

Commit

Permalink
Hack to test faster string-slice
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfsage committed Apr 17, 2015
1 parent 2c0e3fd commit 6edd6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Inline/C.pm
Expand Up @@ -53,6 +53,8 @@ sub validate {
$o->{ILSM}{AUTOWRAP} = 0 if not defined $o->{ILSM}{AUTOWRAP};
$o->{ILSM}{XSMODE} = 0 if not defined $o->{ILSM}{XSMODE};
$o->{ILSM}{AUTO_INCLUDE} ||= <<END;
#define PERL_CORE
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
Expand Down

0 comments on commit 6edd6f0

Please sign in to comment.