Skip to content

Commit

Permalink
Another int to PDL_Indx fix for 64bit support.
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Aug 31, 2015
1 parent 80a393e commit 29a8e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic/Core/pdlconv.c.PL
Expand Up @@ -143,7 +143,7 @@ void pdl_converttype( pdl** aa, int targtype, Logical changePerl ) {
HV* hash;
STRLEN nbytes;
int diffsize;
int i;
PDL_Indx i;
#if (PERL_VERSION >= 5) && (PERL_SUBVERSION >= 57)
dXSARGS;
#endif
Expand Down

0 comments on commit 29a8e05

Please sign in to comment.