summaryrefslogtreecommitdiff
path: root/lang/ruby18/files/patch-parse.c
blob: 8ce14c1a174a1ad5c9c27d8d871dc7d9ff45853e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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;