diff options
Diffstat (limited to 'devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c')
-rw-r--r-- | devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c b/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c deleted file mode 100644 index 5bf99a4a1d7f..000000000000 --- a/devel/ruby-textbuf/files/patch-ext-textbuf-sftextbuf.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ext/textbuf/sftextbuf.c.orig Thu Mar 15 01:30:08 2001 -+++ ext/textbuf/sftextbuf.c Wed Oct 11 09:07:55 2006 -@@ -1158,7 +1158,6 @@ - OBJSETUP(str, rb_cString, T_STRING); - str->ptr = 0; - str->len = 0; -- str->orig = 0; - OBJ_FREEZE(str); - - CRITICAL_BEGIN(buf); -@@ -1199,7 +1198,6 @@ - OBJSETUP(str, rb_cString, T_STRING); - str->ptr = 0; - str->len = 0; -- str->orig = 0; - OBJ_FREEZE(str); - - CRITICAL_BEGIN(buf); |