ports/www/p5-HTML-Template-JIT/files/patch-Compiler.pm
Mathieu Arnold 0dcbb3207c Add some patches :
+ Fix 8bit symbols escaping.
+ Allow blessed hashrefs in loops.
+ Fix a portlint warning and make it not clutter perllocal.pod

PR:		70656
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
2004-08-19 16:20:11 +00:00

11 lines
223 B
Raku

--- Compiler.pm.orig Tue May 18 18:32:59 2004
+++ JIT/Compiler.pm Tue May 18 18:33:52 2004
@@ -131,7 +131,7 @@
SV * temp_sv;
int i;
STRLEN len;
- char c;
+ unsigned char c;
char buf[4];
SvPOK_on(result);