diff options
Diffstat (limited to 'www/p5-HTML-Template-JIT/files/patch-Compiler.pm')
-rw-r--r-- | www/p5-HTML-Template-JIT/files/patch-Compiler.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-HTML-Template-JIT/files/patch-Compiler.pm b/www/p5-HTML-Template-JIT/files/patch-Compiler.pm new file mode 100644 index 000000000000..70315eb7a2dd --- /dev/null +++ b/www/p5-HTML-Template-JIT/files/patch-Compiler.pm @@ -0,0 +1,11 @@ +--- 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); |