diff options
Diffstat (limited to 'textproc/ruby-xtemplate/files/patch-xt.c')
-rw-r--r-- | textproc/ruby-xtemplate/files/patch-xt.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/ruby-xtemplate/files/patch-xt.c b/textproc/ruby-xtemplate/files/patch-xt.c deleted file mode 100644 index 14071ec9317e..000000000000 --- a/textproc/ruby-xtemplate/files/patch-xt.c +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/xt.c.orig Wed May 30 19:05:12 2007 -+++ ext/xt.c Wed May 30 19:07:43 2007 -@@ -243,11 +243,12 @@ - return rb_funcall(children, i_collect, 0); - } - -+static VALUE rb_xt_xnode_deep_dup(int, VALUE[], VALUE); -+ - static VALUE - rb_xt_xnode_deep_dup_ii(VALUE child, VALUE data) - { - VALUE node = data; -- static VALUE rb_xt_xnode_deep_dup(int, VALUE[], VALUE); - - if( rb_obj_is_kind_of(child, rb_cXNode) ){ - VALUE argv[1] = {node}; |