diff options
Diffstat (limited to 'lang/ruby18/files/patch-parse.c')
-rw-r--r-- | lang/ruby18/files/patch-parse.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ruby18/files/patch-parse.c b/lang/ruby18/files/patch-parse.c new file mode 100644 index 000000000000..8ce14c1a174a --- /dev/null +++ b/lang/ruby18/files/patch-parse.c @@ -0,0 +1,13 @@ +--- 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; |