|
Line 0
Link Here
|
|
|
1 |
--- ./grammar.yp.orig Tue Nov 15 14:09:30 2005 |
| 2 |
+++ ./grammar.yp Tue Nov 15 14:09:51 2005 |
| 3 |
@@ -251,6 +251,7 @@ |
| 4 |
### if a previous condition was true |
| 5 |
return undef |
| 6 |
if ($config->{'in_expr'} |
| 7 |
+ && @{$config->{'cond_stack'}} |
| 8 |
&& $config->{'cond_stack'}->[-1] == CS_NO_EVAL); |
| 9 |
|
| 10 |
### for statements, don't evaluate if we're inside a |