summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-cd
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-cd')
-rw-r--r--lang/ruby18-base/patches/patch-cd12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/ruby18-base/patches/patch-cd b/lang/ruby18-base/patches/patch-cd
deleted file mode 100644
index 8f0a29abaa4..00000000000
--- a/lang/ruby18-base/patches/patch-cd
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-cd,v 1.1 2005/11/02 08:56:40 taca Exp $
-
---- regex.c.orig 2005-07-11 08:32:50.000000000 +0900
-+++ regex.c
-@@ -1725,6 +1725,7 @@ re_compile_pattern(pattern, size, bufp)
- memmove(&b[(unsigned char)b[-1]], &b[(1 << BYTEWIDTH) / BYTEWIDTH],
- 2 + EXTRACT_UNSIGNED(&b[(1 << BYTEWIDTH) / BYTEWIDTH])*8);
- b += b[-1] + 2 + EXTRACT_UNSIGNED(&b[(unsigned char)b[-1]])*8;
-+ had_num_literal = 0;
- break;
-
- case '(':