From 756809b75690b6b18a5f2bc1130491032eff952e Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 23 Jun 2003 10:16:13 +0000 Subject: Update lang/ruby-devel to 1.8.0-preview3. ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard distribution. --- lang/ruby18/files/patch-parse.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lang/ruby18/files/patch-parse.c (limited to 'lang/ruby18/files') diff --git a/lang/ruby18/files/patch-parse.c b/lang/ruby18/files/patch-parse.c deleted file mode 100644 index 8ce14c1a174a..000000000000 --- a/lang/ruby18/files/patch-parse.c +++ /dev/null @@ -1,13 +0,0 @@ ---- parse.c.orig Sun Apr 20 04:22:00 2003 -+++ parse.c Sun Apr 20 04:23:40 2003 -@@ -9514,9 +9514,9 @@ - char *useless = 0; - - if (!RTEST(ruby_verbose)) return; -- if (!node) return; - - again: -+ if (!node) return; - switch (nd_type(node)) { - case NODE_NEWLINE: - node = node->nd_next; -- cgit