mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
+ 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>
11 lines
223 B
Raku
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);
|