View | Details | Raw Unified | Return to bug 271245
Collapse All | Expand All

(-)b/www/rubygem-hpricot/files/patch-ext_fast__xs_fast__xs.c (+11 lines)
Added Link Here
1
--- ext/fast_xs/fast_xs.c.orig	2023-05-04 17:51:30 UTC
2
+++ ext/fast_xs/fast_xs.c
3
@@ -144,7 +144,7 @@ static VALUE unpack_utf8(VALUE self)
4
 	return rb_funcall(self, unpack_id, 1, U_fmt);
5
 }
6
 
7
-static VALUE unpack_uchar(VALUE self)
8
+static VALUE unpack_uchar(VALUE self, VALUE exc)
9
 {
10
 	return rb_funcall(self, unpack_id, 1, C_fmt);
11
 }
(-)b/www/rubygem-hpricot/files/patch-ext_hpricot__scan_hpricot__scan.c (+11 lines)
Added Link Here
1
--- ext/hpricot_scan/hpricot_scan.c.orig	2023-05-04 18:05:46 UTC
2
+++ ext/hpricot_scan/hpricot_scan.c
3
@@ -22,7 +22,7 @@ struct hpricot_struct {
4
 #define RSTRING_PTR(str) RSTRING(str)->ptr
5
 #endif
6
 
7
-VALUE hpricot_css(VALUE, VALUE, VALUE, VALUE, VALUE);
8
+VALUE hpricot_css(VALUE, VALUE, VALUE, VALUE);
9
 
10
 #define NO_WAY_SERIOUSLY "*** This should not happen, please file a bug report with the HTML you're parsing at http://github.com/hpricot/hpricot/issues.  So sorry!"
11
 

Return to bug 271245