aboutsummaryrefslogtreecommitdiff
path: root/src/runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/runner.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runner.cpp b/src/runner.cpp
index ace9ce9..947f2f5 100644
--- a/src/runner.cpp
+++ b/src/runner.cpp
@@ -417,6 +417,10 @@ Variable Runner::run( AstBranch::NodeList::const_iterator n )
417 ); 417 );
418 } 418 }
419 break; 419 break;
420
421 case AstNode::typePushPrefix:
422 case AstNode::typePopPrefix:
423 break;
420/* 424/*
421 case AstNode::typeCondition: 425 case AstNode::typeCondition:
422 if( pCurTarget ) 426 if( pCurTarget )