line numbers are given % 64k
[p5sagit/p5-mst-13.2.git] / ext / B / B / Deparse.pm
index 6e48335..3af74bc 100644 (file)
@@ -3586,6 +3586,7 @@ sub re_dq {
 
 sub pure_string {
     my ($self, $op) = @_;
+    return 0 if null $op;
     my $type = $op->name;
 
     if ($type eq 'const') {